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

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3982-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12858'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3982'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-33.9'^^xsd:double;
  dwc:latitude '36.22'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12604'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12680'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '3 living+1 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13036'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22636'^^xsd:integer;
  dwc:scientificName 'Pulliela armata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '209888'^^xsd:integer;
  dwc:aphiaIdAccepted '712190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22651'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22662'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'Listed as both "Lysidine" and "Lysidice" in the same paper.  Lysidice is the correct spelling.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22669'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22678'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22693'^^xsd:integer;
  dwc:scientificName 'Onuphidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '965'^^xsd:integer;
  dwc:aphiaIdAccepted '965'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22697'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22701'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22705'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22706'^^xsd:integer;
  dwc:scientificName 'Lagisca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '129494'^^xsd:integer;
  dwc:aphiaIdAccepted '129494'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23691'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23692'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22635'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22688'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23693'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -30.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-30.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22656'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 265'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '21.92'^^xsd:double;
  dwc:longitude '-30.59'^^xsd:double;
  dwc:startLongitude '-30.5955'^^xsd:double;
  dwc:endLongitude '-30.599'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.4775'^^xsd:double;
  dwc:endLatitude '34.480833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10254'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10256'^^xsd:integer;
  dwc:scientificName 'Trituba hirta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180941'^^xsd:integer;
  dwc:aphiaIdAccepted '180941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12603'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12678'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1living+  2 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12835'^^xsd:integer;
  dwc:scientificName 'Podocidaris sculpta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124253'^^xsd:integer;
  dwc:aphiaIdAccepted '124253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12873'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '2 living + 2 bare collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13035'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '2 living and 3 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22667'^^xsd:integer;
  dwc:scientificName 'Dahousiella carpenteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '130150'^^xsd:integer;
  dwc:aphiaIdAccepted '130150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22673'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22698'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22702'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22707'^^xsd:integer;
  dwc:scientificName 'Lagisca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '129494'^^xsd:integer;
  dwc:aphiaIdAccepted '129494'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22712'^^xsd:integer;
  dwc:scientificName 'Chone duneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '130888'^^xsd:integer;
  dwc:aphiaIdAccepted '130888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23685'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23687'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24027'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24264'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24299'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24314'^^xsd:integer;
  dwc:scientificName 'Odostomia buzzurroi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140981'^^xsd:integer;
  dwc:aphiaIdAccepted '140981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24318'^^xsd:integer;
  dwc:scientificName 'Odostomia lesuroiti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140999'^^xsd:integer;
  dwc:aphiaIdAccepted '140999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24339'^^xsd:integer;
  dwc:scientificName 'Turbonilla mediocris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141075'^^xsd:integer;
  dwc:aphiaIdAccepted '1824293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23686'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24257'^^xsd:integer;
  dwc:scientificName 'Chrysallida seamounti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'holotype'^^xsd:string;
  dwc:aphiaid '140932'^^xsd:integer;
  dwc:aphiaIdAccepted '140932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22666'^^xsd:integer;
  dwc:scientificName 'Therochaeta eruca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22691'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22711'^^xsd:integer;
  dwc:scientificName 'Gesaia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 263'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.38'^^xsd:double;
  dwc:startTimeOfDay '18.38'^^xsd:double;
  dwc:endTimeOfDay '18.55'^^xsd:double;
  dwc:longitude '-30.54'^^xsd:double;
  dwc:startLongitude '-30.5415'^^xsd:double;
  dwc:endLongitude '-30.546333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.4315'^^xsd:double;
  dwc:endLatitude '34.435666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '333496'^^xsd:integer;
  dwc:aphiaIdAccepted '333496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.41 -30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.41"^^xsd:decimal ;
  dwc:decimalLongitude "-30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12679'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 264'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:startTimeOfDay '19.75'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-30.51'^^xsd:double;
  dwc:startLongitude '-30.512833333'^^xsd:double;
  dwc:endLongitude '-30.518'^^xsd:double;
  dwc:latitude '34.41'^^xsd:double;
  dwc:startLatitude '34.412333333'^^xsd:double;
  dwc:endLatitude '34.414166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.41 -30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.41"^^xsd:decimal ;
  dwc:decimalLongitude "-30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22663'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 264'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:startTimeOfDay '19.75'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-30.51'^^xsd:double;
  dwc:startLongitude '-30.512833333'^^xsd:double;
  dwc:endLongitude '-30.518'^^xsd:double;
  dwc:latitude '34.41'^^xsd:double;
  dwc:startLatitude '34.412333333'^^xsd:double;
  dwc:endLatitude '34.414166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:occurrenceRemarks 'Listed as both "Lysidine" and "Lysidice" in the same paper.  Lysidice is the correct spelling.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.41 -30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.41"^^xsd:decimal ;
  dwc:decimalLongitude "-30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23688'^^xsd:integer;
  dwc:scientificName 'Dyscolia wyvillei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 264'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:startTimeOfDay '19.75'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-30.51'^^xsd:double;
  dwc:startLongitude '-30.512833333'^^xsd:double;
  dwc:endLongitude '-30.518'^^xsd:double;
  dwc:latitude '34.41'^^xsd:double;
  dwc:startLatitude '34.412333333'^^xsd:double;
  dwc:endLatitude '34.414166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '235509'^^xsd:integer;
  dwc:aphiaIdAccepted '235509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.41 -30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.41"^^xsd:decimal ;
  dwc:decimalLongitude "-30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23689'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 264'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:startTimeOfDay '19.75'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-30.51'^^xsd:double;
  dwc:startLongitude '-30.512833333'^^xsd:double;
  dwc:endLongitude '-30.518'^^xsd:double;
  dwc:latitude '34.41'^^xsd:double;
  dwc:startLatitude '34.412333333'^^xsd:double;
  dwc:endLatitude '34.414166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.41 -30.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.41"^^xsd:decimal ;
  dwc:decimalLongitude "-30.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "46"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23690'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 264'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:startTimeOfDay '19.75'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-30.51'^^xsd:double;
  dwc:startLongitude '-30.512833333'^^xsd:double;
  dwc:endLongitude '-30.518'^^xsd:double;
  dwc:latitude '34.41'^^xsd:double;
  dwc:startLatitude '34.412333333'^^xsd:double;
  dwc:endLatitude '34.414166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '46'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12602'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12872'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22657'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22700'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22713'^^xsd:integer;
  dwc:scientificName 'Chone duneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '130888'^^xsd:integer;
  dwc:aphiaIdAccepted '130888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23684'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.38 -30.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.38"^^xsd:decimal ;
  dwc:decimalLongitude "-30.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22670'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 262'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:startTimeOfDay '16.85'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-30.48'^^xsd:double;
  dwc:startLongitude '-30.484333333'^^xsd:double;
  dwc:endLongitude '-30.489166667'^^xsd:double;
  dwc:latitude '34.38'^^xsd:double;
  dwc:startLatitude '34.389333333'^^xsd:double;
  dwc:endLatitude '34.393'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.33 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.33"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12875'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 273'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.47'^^xsd:double;
  dwc:startTimeOfDay '18.47'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.466333333'^^xsd:double;
  dwc:endLongitude '-30.462'^^xsd:double;
  dwc:latitude '34.33'^^xsd:double;
  dwc:startLatitude '34.331833333'^^xsd:double;
  dwc:endLatitude '34.3355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.33 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.33"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22671'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 273'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.47'^^xsd:double;
  dwc:startTimeOfDay '18.47'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.466333333'^^xsd:double;
  dwc:endLongitude '-30.462'^^xsd:double;
  dwc:latitude '34.33'^^xsd:double;
  dwc:startLatitude '34.331833333'^^xsd:double;
  dwc:endLatitude '34.3355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.33 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.33"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22708'^^xsd:integer;
  dwc:scientificName 'Lagisca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 273'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.47'^^xsd:double;
  dwc:startTimeOfDay '18.47'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.466333333'^^xsd:double;
  dwc:endLongitude '-30.462'^^xsd:double;
  dwc:latitude '34.33'^^xsd:double;
  dwc:startLatitude '34.331833333'^^xsd:double;
  dwc:endLatitude '34.3355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '129494'^^xsd:integer;
  dwc:aphiaIdAccepted '129494'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.33 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.33"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22720'^^xsd:integer;
  dwc:scientificName 'Laena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 273'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.47'^^xsd:double;
  dwc:startTimeOfDay '18.47'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.466333333'^^xsd:double;
  dwc:endLongitude '-30.462'^^xsd:double;
  dwc:latitude '34.33'^^xsd:double;
  dwc:startLatitude '34.331833333'^^xsd:double;
  dwc:endLatitude '34.3355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '154914'^^xsd:integer;
  dwc:aphiaIdAccepted '154914'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.33 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.33"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22690'^^xsd:integer;
  dwc:scientificName 'Sarsonuphis fiordica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 273'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.47'^^xsd:double;
  dwc:startTimeOfDay '18.47'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.466333333'^^xsd:double;
  dwc:endLongitude '-30.462'^^xsd:double;
  dwc:latitude '34.33'^^xsd:double;
  dwc:startLatitude '34.331833333'^^xsd:double;
  dwc:endLatitude '34.3355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.33 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.33"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "26"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22644'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 273'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.47'^^xsd:double;
  dwc:startTimeOfDay '18.47'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.466333333'^^xsd:double;
  dwc:endLongitude '-30.462'^^xsd:double;
  dwc:latitude '34.33'^^xsd:double;
  dwc:startLatitude '34.331833333'^^xsd:double;
  dwc:endLatitude '34.3355'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '26'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12677'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12805'^^xsd:integer;
  dwc:scientificName 'Palaeotropus josephinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '8,4 mm in length of test'^^xsd:string;
  dwc:aphiaid '124370'^^xsd:integer;
  dwc:aphiaIdAccepted '124370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12871'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '1 living juv.;1 bare and 3 bare subfossils collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22633'^^xsd:integer;
  dwc:scientificName 'Amage gallasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '367735'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22714'^^xsd:integer;
  dwc:scientificName 'Chone duneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '130888'^^xsd:integer;
  dwc:aphiaIdAccepted '130888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22716'^^xsd:integer;
  dwc:scientificName 'Pholoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '129439'^^xsd:integer;
  dwc:aphiaIdAccepted '129439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23682'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23683'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24026'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24320'^^xsd:integer;
  dwc:scientificName 'Turbonilla inobservata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 1 paratype'^^xsd:string;
  dwc:aphiaid '141069'^^xsd:integer;
  dwc:aphiaIdAccepted '141069'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24324'^^xsd:integer;
  dwc:scientificName 'Turbonilla micans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141076'^^xsd:integer;
  dwc:aphiaIdAccepted '141076'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24325'^^xsd:integer;
  dwc:scientificName 'Turbonilla hamonvillei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141066'^^xsd:integer;
  dwc:aphiaIdAccepted '141066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24358'^^xsd:integer;
  dwc:scientificName 'Rokopella euglypta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140565'^^xsd:integer;
  dwc:aphiaIdAccepted '699342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24363'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '34'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24291'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.37 -30.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.37"^^xsd:decimal ;
  dwc:decimalLongitude "-30.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24331'^^xsd:integer;
  dwc:scientificName 'Turbonilla hoecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 261'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.17'^^xsd:double;
  dwc:startTimeOfDay '15.17'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-30.46'^^xsd:double;
  dwc:startLongitude '-30.463166667'^^xsd:double;
  dwc:endLongitude '-30.4665'^^xsd:double;
  dwc:latitude '34.37'^^xsd:double;
  dwc:startLatitude '34.372833333'^^xsd:double;
  dwc:endLatitude '34.375333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141068'^^xsd:integer;
  dwc:aphiaIdAccepted '141068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12675'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22650'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22674'^^xsd:integer;
  dwc:scientificName 'Tainokia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '324732'^^xsd:integer;
  dwc:aphiaIdAccepted '324732'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22675'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22682'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22686'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22696'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22704'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23671'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23673'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23992'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24077'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24178'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23672'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.1 -30.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.1"^^xsd:decimal ;
  dwc:decimalLongitude "-30.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22642'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 256'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:startTimeOfDay '13.45'^^xsd:double;
  dwc:endTimeOfDay '13.63'^^xsd:double;
  dwc:longitude '-30.26'^^xsd:double;
  dwc:startLongitude '-30.267166667'^^xsd:double;
  dwc:endLongitude '-30.270166667'^^xsd:double;
  dwc:latitude '34.1'^^xsd:double;
  dwc:startLatitude '34.1035'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '2'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12766'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'HD more than 120 mm'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22649'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22653'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22661'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Listed as both "Lysidine" and "Lysidice" in the same paper.  Lysidice is the correct spelling.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22677'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22684'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22689'^^xsd:integer;
  dwc:scientificName 'Sarsonuphis fiordica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22699'^^xsd:integer;
  dwc:scientificName 'Eulalia bilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:occurrenceRemarks 'This species was listed in the reference both with and without "cf".'^^xsd:string;
  dwc:aphiaid '130624'^^xsd:integer;
  dwc:aphiaIdAccepted '130624'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22709'^^xsd:integer;
  dwc:scientificName 'Gesaia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '333496'^^xsd:integer;
  dwc:aphiaIdAccepted '333496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23675'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23993'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24078'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24179'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23674'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.07 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.07"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22640'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 257'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.02'^^xsd:double;
  dwc:startTimeOfDay '15.02'^^xsd:double;
  dwc:endTimeOfDay '15.85'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.250833333'^^xsd:double;
  dwc:endLongitude '-30.2375'^^xsd:double;
  dwc:latitude '34.07'^^xsd:double;
  dwc:startLatitude '34.075166667'^^xsd:double;
  dwc:endLatitude '34.107833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10253'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10257'^^xsd:integer;
  dwc:scientificName 'Trituba hirta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180941'^^xsd:integer;
  dwc:aphiaIdAccepted '180941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12674'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13034'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22641'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22654'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22659'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22664'^^xsd:integer;
  dwc:scientificName 'Euphrosine armadillo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '130080'^^xsd:integer;
  dwc:aphiaIdAccepted '130080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22672'^^xsd:integer;
  dwc:scientificName 'Ophiodromus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '130187'^^xsd:integer;
  dwc:aphiaIdAccepted '710680'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22681'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22685'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22703'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23667'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23668'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23670'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23991'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24076'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24177'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24262'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24268'^^xsd:integer;
  dwc:scientificName 'Eulimella atlantis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140944'^^xsd:integer;
  dwc:aphiaIdAccepted '140944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24272'^^xsd:integer;
  dwc:scientificName 'Eulimella sudis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 6 paratypes'^^xsd:string;
  dwc:aphiaid '140955'^^xsd:integer;
  dwc:aphiaIdAccepted '140955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24273'^^xsd:integer;
  dwc:scientificName 'Eulimella protofunis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'holotype'^^xsd:string;
  dwc:aphiaid '140952'^^xsd:integer;
  dwc:aphiaIdAccepted '140952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24313'^^xsd:integer;
  dwc:scientificName 'Odostomia buzzurroi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140981'^^xsd:integer;
  dwc:aphiaIdAccepted '140981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24354'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:individualCount '65'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22710'^^xsd:integer;
  dwc:scientificName 'Gesaia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '333496'^^xsd:integer;
  dwc:aphiaIdAccepted '333496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22718'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23666'^^xsd:integer;
  dwc:scientificName 'Eucalathis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "128"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23669'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 255'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.58'^^xsd:double;
  dwc:startTimeOfDay '12.58'^^xsd:double;
  dwc:endTimeOfDay '12.72'^^xsd:double;
  dwc:longitude '-30.25'^^xsd:double;
  dwc:startLongitude '-30.2545'^^xsd:double;
  dwc:endLongitude '-30.2565'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.082'^^xsd:double;
  dwc:endLatitude '34.084666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '128'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "329"^^xsd:integer ;
  dwc:maximumDepthInMeters "485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "TS 270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23694'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'TS 270'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.58'^^xsd:double;
  dwc:startTimeOfDay '20.58'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-30.24'^^xsd:double;
  dwc:startLongitude '-30.249'^^xsd:double;
  dwc:endLongitude '-30.245333333'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.080333333'^^xsd:double;
  dwc:endLatitude '34.074833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '329'^^xsd:integer;
  dwc:maximumDepth '485'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "329"^^xsd:integer ;
  dwc:maximumDepthInMeters "485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "TS 270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23695'^^xsd:integer;
  dwc:scientificName 'Eucalathis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'TS 270'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.58'^^xsd:double;
  dwc:startTimeOfDay '20.58'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-30.24'^^xsd:double;
  dwc:startLongitude '-30.249'^^xsd:double;
  dwc:endLongitude '-30.245333333'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.080333333'^^xsd:double;
  dwc:endLatitude '34.074833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '329'^^xsd:integer;
  dwc:maximumDepth '485'^^xsd:integer;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "329"^^xsd:integer ;
  dwc:maximumDepthInMeters "485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "TS 270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23696'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'TS 270'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.58'^^xsd:double;
  dwc:startTimeOfDay '20.58'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-30.24'^^xsd:double;
  dwc:startLongitude '-30.249'^^xsd:double;
  dwc:endLongitude '-30.245333333'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.080333333'^^xsd:double;
  dwc:endLatitude '34.074833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '329'^^xsd:integer;
  dwc:maximumDepth '485'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "329"^^xsd:integer ;
  dwc:maximumDepthInMeters "485"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "TS 270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23697'^^xsd:integer;
  dwc:scientificName 'Phaneropora'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'TS 270'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.58'^^xsd:double;
  dwc:startTimeOfDay '20.58'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-30.24'^^xsd:double;
  dwc:startLongitude '-30.249'^^xsd:double;
  dwc:endLongitude '-30.245333333'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.080333333'^^xsd:double;
  dwc:endLatitude '34.074833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '329'^^xsd:integer;
  dwc:maximumDepth '485'^^xsd:integer;
  dwc:aphiaid '235329'^^xsd:integer;
  dwc:aphiaIdAccepted '235329'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10255'^^xsd:integer;
  dwc:scientificName 'Trituba hirta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180941'^^xsd:integer;
  dwc:aphiaIdAccepted '180941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13033'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 living and 1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22637'^^xsd:integer;
  dwc:scientificName 'Chrysopetalum debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '129927'^^xsd:integer;
  dwc:aphiaIdAccepted '129927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22638'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22639'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22645'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22647'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22652'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22658'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22676'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22680'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22692'^^xsd:integer;
  dwc:scientificName 'Onuphidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '965'^^xsd:integer;
  dwc:aphiaIdAccepted '965'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22694'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium atlanticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:occurrenceRemarks 'Listed as both "Lysidine" and "Lysidice" in the same paper.  Lysidice is the correct spelling.'^^xsd:string;
  dwc:aphiaid '157548'^^xsd:integer;
  dwc:aphiaIdAccepted '130465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22695'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22717'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23663'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23664'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23665'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23699'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23700'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23990'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23995'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24088'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24265'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24270'^^xsd:integer;
  dwc:scientificName 'Eulimella atlantis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 10 paratypes'^^xsd:string;
  dwc:aphiaid '140944'^^xsd:integer;
  dwc:aphiaIdAccepted '140944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24271'^^xsd:integer;
  dwc:scientificName 'Eulimella sudis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140955'^^xsd:integer;
  dwc:aphiaIdAccepted '140955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24319'^^xsd:integer;
  dwc:scientificName 'Odostomia lesuroiti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140999'^^xsd:integer;
  dwc:aphiaIdAccepted '140999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24357'^^xsd:integer;
  dwc:scientificName 'Pachastrella monilifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'found with Kaiparapelta askewi attached'^^xsd:string;
  dwc:aphiaid '134078'^^xsd:integer;
  dwc:aphiaIdAccepted '134078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23701'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22648'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22660'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:occurrenceRemarks 'Listed as both "Lysidine" and "Lysidice" in the same paper.  Lysidice is the correct spelling.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22679'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22683'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24075'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 254'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:startTimeOfDay '11.45'^^xsd:double;
  dwc:endTimeOfDay '11.62'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.2235'^^xsd:double;
  dwc:endLongitude '-30.225666667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.089166667'^^xsd:double;
  dwc:endLatitude '34.092333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.08 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.08"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24355'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 274'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '22.83'^^xsd:double;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:startLongitude '-30.226166667'^^xsd:double;
  dwc:endLongitude '-30.230166667'^^xsd:double;
  dwc:latitude '34.08'^^xsd:double;
  dwc:startLatitude '34.0855'^^xsd:double;
  dwc:endLatitude '34.082666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:individualCount '121'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), 3 specimens found on Pachastrella monilifera'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12633'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13126'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13196'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13415'^^xsd:integer;
  dwc:scientificName 'Platidia anomoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13446'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13548'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12811'^^xsd:integer;
  dwc:scientificName 'Peripatagus cinctus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124371'^^xsd:integer;
  dwc:aphiaIdAccepted '124371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13104'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.12 -30.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.12"^^xsd:decimal ;
  dwc:decimalLongitude "-30.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1364"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "36," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13165'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '36,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.22'^^xsd:double;
  dwc:latitude '34.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1364'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10258'^^xsd:integer;
  dwc:scientificName 'Trituba hirta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180941'^^xsd:integer;
  dwc:aphiaIdAccepted '180941'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22634'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22643'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22646'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22655'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22665'^^xsd:integer;
  dwc:scientificName 'Therochaeta eruca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22668'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22719'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23676'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:occurrenceRemarks 'holotype and paratypes'^^xsd:string;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23677'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23678'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23679'^^xsd:integer;
  dwc:scientificName 'Eucalathis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23680'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23994'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24079'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24135'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24263'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24269'^^xsd:integer;
  dwc:scientificName 'Eulimella atlantis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140944'^^xsd:integer;
  dwc:aphiaIdAccepted '140944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24308'^^xsd:integer;
  dwc:scientificName 'Odostomia testiculus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 1 paratype'^^xsd:string;
  dwc:aphiaid '458111'^^xsd:integer;
  dwc:aphiaIdAccepted '458111'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24317'^^xsd:integer;
  dwc:scientificName 'Odostomia lesuroiti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140999'^^xsd:integer;
  dwc:aphiaIdAccepted '140999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24322'^^xsd:integer;
  dwc:scientificName 'Turbonilla eodem'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'holotype'^^xsd:string;
  dwc:aphiaid '141060'^^xsd:integer;
  dwc:aphiaIdAccepted '141060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24290'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22687'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24312'^^xsd:integer;
  dwc:scientificName 'Odostomia buzzurroi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 4 paratypes'^^xsd:string;
  dwc:aphiaid '140981'^^xsd:integer;
  dwc:aphiaIdAccepted '140981'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -30.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-30.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "6"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12676'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 258'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:startTimeOfDay '18.2'^^xsd:double;
  dwc:endTimeOfDay '18.35'^^xsd:double;
  dwc:longitude '-30.2'^^xsd:double;
  dwc:startLongitude '-30.2025'^^xsd:double;
  dwc:endLongitude '-30.196333333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.997166667'^^xsd:double;
  dwc:endLatitude '33.994833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '6'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.98 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.98"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12977'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 259'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.35'^^xsd:double;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:startLongitude '-30.189833333'^^xsd:double;
  dwc:endLongitude '-30.184166667'^^xsd:double;
  dwc:latitude '33.98'^^xsd:double;
  dwc:startLatitude '33.9855'^^xsd:double;
  dwc:endLatitude '33.990333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.98 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.98"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "11"^^xsd:integer ;
  dwc:maximumDepthInMeters "11"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23681'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 259'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.35'^^xsd:double;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:startLongitude '-30.189833333'^^xsd:double;
  dwc:endLongitude '-30.184166667'^^xsd:double;
  dwc:latitude '33.98'^^xsd:double;
  dwc:startLatitude '33.9855'^^xsd:double;
  dwc:endLatitude '33.990333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '11'^^xsd:integer;
  dwc:maximumDepth '11'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13072'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13105'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13127'^^xsd:integer;
  dwc:scientificName 'Spondylus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 2 valves'^^xsd:string;
  dwc:aphiaid '138518'^^xsd:integer;
  dwc:aphiaIdAccepted '138518'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13197'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13447'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 8 empty shells and 3 valves'^^xsd:string;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13549'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14875'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14736'^^xsd:integer;
  dwc:scientificName 'Balanophyllia cellulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '135179'^^xsd:integer;
  dwc:aphiaIdAccepted '135179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.15 -30.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.15"^^xsd:decimal ;
  dwc:decimalLongitude "-30.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1485"^^xsd:integer ;
  dwc:maximumDepthInMeters "2000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "37," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14926'^^xsd:integer;
  dwc:scientificName 'Madracis profunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '37,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-30.18'^^xsd:double;
  dwc:latitude '34.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1485'^^xsd:integer;
  dwc:maximumDepth '2000'^^xsd:integer;
  dwc:aphiaid '135213'^^xsd:integer;
  dwc:aphiaIdAccepted '135213'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 -30.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12738'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 271'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:startTimeOfDay '23.9'^^xsd:double;
  dwc:endTimeOfDay '0.05'^^xsd:double;
  dwc:longitude '-30.15'^^xsd:double;
  dwc:startLongitude '-30.1555'^^xsd:double;
  dwc:endLongitude '-30.155666667'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:startLatitude '33.901333333'^^xsd:double;
  dwc:endLatitude '33.902333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 bare collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 -30.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12874'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 271'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:startTimeOfDay '23.9'^^xsd:double;
  dwc:endTimeOfDay '0.05'^^xsd:double;
  dwc:longitude '-30.15'^^xsd:double;
  dwc:startLongitude '-30.1555'^^xsd:double;
  dwc:endLongitude '-30.155666667'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:startLatitude '33.901333333'^^xsd:double;
  dwc:endLatitude '33.902333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '1 living; 3 bare collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 -30.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22715'^^xsd:integer;
  dwc:scientificName 'Chone duneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 271'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:startTimeOfDay '23.9'^^xsd:double;
  dwc:endTimeOfDay '0.05'^^xsd:double;
  dwc:longitude '-30.15'^^xsd:double;
  dwc:startLongitude '-30.1555'^^xsd:double;
  dwc:endLongitude '-30.155666667'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:startLatitude '33.901333333'^^xsd:double;
  dwc:endLatitude '33.902333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130888'^^xsd:integer;
  dwc:aphiaIdAccepted '130888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 -30.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23698'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 271'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:startTimeOfDay '23.9'^^xsd:double;
  dwc:endTimeOfDay '0.05'^^xsd:double;
  dwc:longitude '-30.15'^^xsd:double;
  dwc:startLongitude '-30.1555'^^xsd:double;
  dwc:endLongitude '-30.155666667'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:startLatitude '33.901333333'^^xsd:double;
  dwc:endLatitude '33.902333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 -30.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24028'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 271'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:startTimeOfDay '23.9'^^xsd:double;
  dwc:endTimeOfDay '0.05'^^xsd:double;
  dwc:longitude '-30.15'^^xsd:double;
  dwc:startLongitude '-30.1555'^^xsd:double;
  dwc:endLongitude '-30.155666667'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:startLatitude '33.901333333'^^xsd:double;
  dwc:endLatitude '33.902333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.9 -30.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.9"^^xsd:decimal ;
  dwc:decimalLongitude "-30.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24364'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 271'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:startTimeOfDay '23.9'^^xsd:double;
  dwc:endTimeOfDay '0.05'^^xsd:double;
  dwc:longitude '-30.15'^^xsd:double;
  dwc:startLongitude '-30.1555'^^xsd:double;
  dwc:endLongitude '-30.155666667'^^xsd:double;
  dwc:latitude '33.9'^^xsd:double;
  dwc:startLatitude '33.901333333'^^xsd:double;
  dwc:endLatitude '33.902333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13245'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13287'^^xsd:integer;
  dwc:scientificName 'Megalasma subcarinatum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:aphiaid '733837'^^xsd:integer;
  dwc:aphiaIdAccepted '733344'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13518'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 4 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13557'^^xsd:integer;
  dwc:scientificName 'Megalasma carinatum'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '733836'^^xsd:integer;
  dwc:aphiaIdAccepted '106158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14789'^^xsd:integer;
  dwc:scientificName 'Caryophyllia sarsiae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:aphiaid '135142'^^xsd:integer;
  dwc:aphiaIdAccepted '135142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14944'^^xsd:integer;
  dwc:scientificName 'Paracyathus arcuatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:aphiaid '135162'^^xsd:integer;
  dwc:aphiaIdAccepted '135162'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.43 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.43"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "1365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "522, Submers.# 103/25" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13130'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '522, Submers.# 103/25'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.028333333'^^xsd:double;
  dwc:endLongitude '-30.018333333'^^xsd:double;
  dwc:latitude '34.43'^^xsd:double;
  dwc:startLatitude '34.436666667'^^xsd:double;
  dwc:endLatitude '34.395'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '1365'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13128'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 2 valves'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13220'^^xsd:integer;
  dwc:scientificName 'Aaptolasma americana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 3 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '409940'^^xsd:integer;
  dwc:aphiaIdAccepted '106242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13417'^^xsd:integer;
  dwc:scientificName 'Platidia anomoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13523'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 9 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14157'^^xsd:integer;
  dwc:scientificName 'Acanthogorgia aspera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '177735'^^xsd:integer;
  dwc:aphiaIdAccepted '177735'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14202'^^xsd:integer;
  dwc:scientificName 'Acanella arbuscula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125371'^^xsd:integer;
  dwc:aphiaIdAccepted '125371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14738'^^xsd:integer;
  dwc:scientificName 'Caryophyllia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '135133'^^xsd:integer;
  dwc:aphiaIdAccepted '135133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14759'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14943'^^xsd:integer;
  dwc:scientificName 'Paracyathus arcuatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:aphiaid '135162'^^xsd:integer;
  dwc:aphiaIdAccepted '135162'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13517'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 7 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -30.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-30.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "513, Submers.# 101/22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13542'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '513, Submers.# 101/22'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-30.02'^^xsd:double;
  dwc:startLongitude '-30.021666667'^^xsd:double;
  dwc:endLongitude '-30.031666667'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.46'^^xsd:double;
  dwc:endLatitude '34.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12768'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12806'^^xsd:integer;
  dwc:scientificName 'Palaeotropus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '123416'^^xsd:integer;
  dwc:aphiaIdAccepted '123416'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12857'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13145'^^xsd:integer;
  dwc:scientificName 'Parilimya'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Damaged specimen'^^xsd:string;
  dwc:aphiaid '413857'^^xsd:integer;
  dwc:aphiaIdAccepted '413857'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13654'^^xsd:integer;
  dwc:scientificName 'Colossendeis colossea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '134663'^^xsd:integer;
  dwc:aphiaIdAccepted '134663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13657'^^xsd:integer;
  dwc:scientificName 'Colossendeis macerrima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '134666'^^xsd:integer;
  dwc:aphiaIdAccepted '134666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14183'^^xsd:integer;
  dwc:scientificName 'Metallogorgia melanotrichos'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '125355'^^xsd:integer;
  dwc:aphiaIdAccepted '125355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14204'^^xsd:integer;
  dwc:scientificName 'Acanella arbuscula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '125371'^^xsd:integer;
  dwc:aphiaIdAccepted '125371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14813'^^xsd:integer;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14860'^^xsd:integer;
  dwc:scientificName 'Flabellum alabastrum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135194'^^xsd:integer;
  dwc:aphiaIdAccepted '135194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14923'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12740'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '4 bare tests collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.39 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.39"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "521," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13183'^^xsd:integer;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '521,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.47'^^xsd:double;
  dwc:startTimeOfDay '7.47'^^xsd:double;
  dwc:endTimeOfDay '8.87'^^xsd:double;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.993333333'^^xsd:double;
  dwc:endLongitude '-29.985'^^xsd:double;
  dwc:latitude '34.39'^^xsd:double;
  dwc:startLatitude '34.391666667'^^xsd:double;
  dwc:endLatitude '34.391666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12571'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13077'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '31 valves collected'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13106'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '3 valves collected'^^xsd:string;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13129'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13221'^^xsd:integer;
  dwc:scientificName 'Aaptolasma americana'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 2 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '409940'^^xsd:integer;
  dwc:aphiaIdAccepted '106242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13295'^^xsd:integer;
  dwc:scientificName 'Poecilasma kaempferi'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:aphiaid '183353'^^xsd:integer;
  dwc:aphiaIdAccepted '183353'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13558'^^xsd:integer;
  dwc:scientificName 'Poecilasma aurantia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 4 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '106163'^^xsd:integer;
  dwc:aphiaIdAccepted '106163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14796'^^xsd:integer;
  dwc:scientificName 'Caryophyllia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135085'^^xsd:integer;
  dwc:aphiaIdAccepted '135085'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14815'^^xsd:integer;
  dwc:scientificName 'Deltocyathus eccentricus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135155'^^xsd:integer;
  dwc:aphiaIdAccepted '135155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14844'^^xsd:integer;
  dwc:scientificName 'Desmophyllum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135093'^^xsd:integer;
  dwc:aphiaIdAccepted '135093'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13234'^^xsd:integer;
  dwc:scientificName 'Costatoverruca cornuta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 6 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '345639'^^xsd:integer;
  dwc:aphiaIdAccepted '345639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13543'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.42 -29.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.42"^^xsd:decimal ;
  dwc:decimalLongitude "-29.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "517," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14849'^^xsd:integer;
  dwc:scientificName 'Enallopsammia rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '517,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.99'^^xsd:double;
  dwc:startLongitude '-29.998333333'^^xsd:double;
  dwc:endLongitude '-30.021666667'^^xsd:double;
  dwc:latitude '34.42'^^xsd:double;
  dwc:startLatitude '34.42'^^xsd:double;
  dwc:endLatitude '34.425'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135190'^^xsd:integer;
  dwc:aphiaIdAccepted '135190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12638'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13204'^^xsd:integer;
  dwc:scientificName 'Rhinoclama teres'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '408133'^^xsd:integer;
  dwc:aphiaIdAccepted '408133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13244'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13316'^^xsd:integer;
  dwc:scientificName 'Trianguloscalpellum ovale'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '106194'^^xsd:integer;
  dwc:aphiaIdAccepted '106194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13550'^^xsd:integer;
  dwc:scientificName 'Metaverruca aequalis'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '106251'^^xsd:integer;
  dwc:aphiaIdAccepted '106251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13556'^^xsd:integer;
  dwc:scientificName 'Megalasma carinatum'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '733836'^^xsd:integer;
  dwc:aphiaIdAccepted '106158'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14182'^^xsd:integer;
  dwc:scientificName 'Metallogorgia melanotrichos'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125355'^^xsd:integer;
  dwc:aphiaIdAccepted '125355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14795'^^xsd:integer;
  dwc:scientificName 'Caryophyllia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:aphiaid '135085'^^xsd:integer;
  dwc:aphiaIdAccepted '135085'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14927'^^xsd:integer;
  dwc:scientificName 'Madracis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:aphiaid '135125'^^xsd:integer;
  dwc:aphiaIdAccepted '135125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14055'^^xsd:integer;
  dwc:scientificName 'Circeaster americanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:aphiaid '178094'^^xsd:integer;
  dwc:aphiaIdAccepted '178094'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14201'^^xsd:integer;
  dwc:scientificName 'Acanella arbuscula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125371'^^xsd:integer;
  dwc:aphiaIdAccepted '125371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.4 -29.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.4"^^xsd:decimal ;
  dwc:decimalLongitude "-29.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1360"^^xsd:integer ;
  dwc:maximumDepthInMeters "1380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "503," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14825'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '503,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.98'^^xsd:double;
  dwc:startLongitude '-29.981666667'^^xsd:double;
  dwc:endLongitude '-29.978333333'^^xsd:double;
  dwc:latitude '34.4'^^xsd:double;
  dwc:startLatitude '34.403333333'^^xsd:double;
  dwc:endLatitude '34.386666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1360'^^xsd:integer;
  dwc:maximumDepth '1380'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.47 -29.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.47"^^xsd:decimal ;
  dwc:decimalLongitude "-29.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2410"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "501," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14179'^^xsd:integer;
  dwc:scientificName 'Chrysogorgia quadruplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '501,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.97'^^xsd:double;
  dwc:startLongitude '-29.971666667'^^xsd:double;
  dwc:endLongitude '-29.94'^^xsd:double;
  dwc:latitude '34.47'^^xsd:double;
  dwc:startLatitude '34.475'^^xsd:double;
  dwc:endLatitude '34.473333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2410'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125353'^^xsd:integer;
  dwc:aphiaIdAccepted '125353'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -29.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-29.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1003"^^xsd:integer ;
  dwc:maximumDepthInMeters "1003"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "511," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12726'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '511,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:startTimeOfDay '7.75'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.93'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.461666667'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1003'^^xsd:integer;
  dwc:maximumDepth '1003'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 bare test'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -29.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-29.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1003"^^xsd:integer ;
  dwc:maximumDepthInMeters "1003"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "511," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12846'^^xsd:integer;
  dwc:scientificName 'Salenocidaris hastigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '511,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:startTimeOfDay '7.75'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.93'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.461666667'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1003'^^xsd:integer;
  dwc:maximumDepth '1003'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '414215'^^xsd:integer;
  dwc:aphiaIdAccepted '414215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -29.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-29.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1003"^^xsd:integer ;
  dwc:maximumDepthInMeters "1003"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "511," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14087'^^xsd:integer;
  dwc:scientificName 'Pteraster'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '511,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:startTimeOfDay '7.75'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.93'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.461666667'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1003'^^xsd:integer;
  dwc:maximumDepth '1003'^^xsd:integer;
  dwc:aphiaid '123335'^^xsd:integer;
  dwc:aphiaIdAccepted '123335'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -29.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-29.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1003"^^xsd:integer ;
  dwc:maximumDepthInMeters "1003"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "511," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14986'^^xsd:integer;
  dwc:scientificName 'Atlatisella incognita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '511,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:startTimeOfDay '7.75'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.93'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.461666667'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1003'^^xsd:integer;
  dwc:maximumDepth '1003'^^xsd:integer;
  dwc:aphiaid '171853'^^xsd:integer;
  dwc:aphiaIdAccepted '171853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -29.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-29.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1003"^^xsd:integer ;
  dwc:maximumDepthInMeters "1003"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "511," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14175'^^xsd:integer;
  dwc:scientificName 'Chrysogorgia agassizii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '511,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:startTimeOfDay '7.75'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.93'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.461666667'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1003'^^xsd:integer;
  dwc:maximumDepth '1003'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125351'^^xsd:integer;
  dwc:aphiaIdAccepted '125351'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.46 -29.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.46"^^xsd:decimal ;
  dwc:decimalLongitude "-29.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1003"^^xsd:integer ;
  dwc:maximumDepthInMeters "1003"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "511," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12793'^^xsd:integer;
  dwc:scientificName 'Hygrosoma petersii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '511,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:startTimeOfDay '7.75'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.93'^^xsd:double;
  dwc:startLongitude '-29.935'^^xsd:double;
  dwc:endLongitude '-29.93'^^xsd:double;
  dwc:latitude '34.46'^^xsd:double;
  dwc:startLatitude '34.461666667'^^xsd:double;
  dwc:endLatitude '34.45'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1003'^^xsd:integer;
  dwc:maximumDepth '1003'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124339'^^xsd:integer;
  dwc:aphiaIdAccepted '124339'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2182"^^xsd:integer ;
  dwc:maximumDepthInMeters "2182"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "50," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12757'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '50,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:startTimeOfDay '19.25'^^xsd:double;
  dwc:endTimeOfDay '19.75'^^xsd:double;
  dwc:longitude '-29.7'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2182'^^xsd:integer;
  dwc:maximumDepth '2182'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2182"^^xsd:integer ;
  dwc:maximumDepthInMeters "2182"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "50," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13135'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '50,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:startTimeOfDay '19.25'^^xsd:double;
  dwc:endTimeOfDay '19.75'^^xsd:double;
  dwc:longitude '-29.7'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2182'^^xsd:integer;
  dwc:maximumDepth '2182'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2182"^^xsd:integer ;
  dwc:maximumDepthInMeters "2182"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "50," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14217'^^xsd:integer;
  dwc:scientificName 'Placogorgia intermedia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '50,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:startTimeOfDay '19.25'^^xsd:double;
  dwc:endTimeOfDay '19.75'^^xsd:double;
  dwc:longitude '-29.7'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2182'^^xsd:integer;
  dwc:maximumDepth '2182'^^xsd:integer;
  dwc:occurrenceRemarks 'Numerous fragments collected'^^xsd:string;
  dwc:aphiaid '125394'^^xsd:integer;
  dwc:aphiaIdAccepted '125394'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2182"^^xsd:integer ;
  dwc:maximumDepthInMeters "2182"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "50," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14221'^^xsd:integer;
  dwc:scientificName 'Swiftia pallida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '50,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:startTimeOfDay '19.25'^^xsd:double;
  dwc:endTimeOfDay '19.75'^^xsd:double;
  dwc:longitude '-29.7'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2182'^^xsd:integer;
  dwc:maximumDepth '2182'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125401'^^xsd:integer;
  dwc:aphiaIdAccepted '1878244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2182"^^xsd:integer ;
  dwc:maximumDepthInMeters "2182"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "50," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12533'^^xsd:integer;
  dwc:scientificName 'Calveriosoma fenestratum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '50,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:startTimeOfDay '19.25'^^xsd:double;
  dwc:endTimeOfDay '19.75'^^xsd:double;
  dwc:longitude '-29.7'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2182'^^xsd:integer;
  dwc:maximumDepth '2182'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124337'^^xsd:integer;
  dwc:aphiaIdAccepted '149880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2182"^^xsd:integer ;
  dwc:maximumDepthInMeters "2182"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "50," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14922'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '50,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:startTimeOfDay '19.25'^^xsd:double;
  dwc:endTimeOfDay '19.75'^^xsd:double;
  dwc:longitude '-29.7'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2182'^^xsd:integer;
  dwc:maximumDepth '2182'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1540"^^xsd:integer ;
  dwc:maximumDepthInMeters "2005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "51," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12575'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '51,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:startTimeOfDay '21.5'^^xsd:double;
  dwc:endTimeOfDay '22.5'^^xsd:double;
  dwc:longitude '-29.68'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1540'^^xsd:integer;
  dwc:maximumDepth '2005'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1540"^^xsd:integer ;
  dwc:maximumDepthInMeters "2005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "51," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13214'^^xsd:integer;
  dwc:scientificName 'Cardiomya curta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '51,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:startTimeOfDay '21.5'^^xsd:double;
  dwc:endTimeOfDay '22.5'^^xsd:double;
  dwc:longitude '-29.68'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1540'^^xsd:integer;
  dwc:maximumDepth '2005'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Damaged specimen'^^xsd:string;
  dwc:aphiaid '139434'^^xsd:integer;
  dwc:aphiaIdAccepted '505132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1540"^^xsd:integer ;
  dwc:maximumDepthInMeters "2005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "51," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14214'^^xsd:integer;
  dwc:scientificName 'Paramuricea candida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '51,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:startTimeOfDay '21.5'^^xsd:double;
  dwc:endTimeOfDay '22.5'^^xsd:double;
  dwc:longitude '-29.68'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1540'^^xsd:integer;
  dwc:maximumDepth '2005'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125386'^^xsd:integer;
  dwc:aphiaIdAccepted '125386'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1540"^^xsd:integer ;
  dwc:maximumDepthInMeters "2005"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "51," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14200'^^xsd:integer;
  dwc:scientificName 'Acanella arbuscula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '51,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:startTimeOfDay '21.5'^^xsd:double;
  dwc:endTimeOfDay '22.5'^^xsd:double;
  dwc:longitude '-29.68'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1540'^^xsd:integer;
  dwc:maximumDepth '2005'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125371'^^xsd:integer;
  dwc:aphiaIdAccepted '125371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12536'^^xsd:integer;
  dwc:scientificName 'Calveriosoma fenestratum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '124337'^^xsd:integer;
  dwc:aphiaIdAccepted '149880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12599'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13030'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '2 living;1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23656'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23989'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24074'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24133'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24175'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '3 live specimens and 2 shells'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24915'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24932'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.23 -29.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.23"^^xsd:decimal ;
  dwc:decimalLongitude "-29.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24940'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 246'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.97'^^xsd:double;
  dwc:startTimeOfDay '8.97'^^xsd:double;
  dwc:endTimeOfDay '9.13'^^xsd:double;
  dwc:longitude '-29.6'^^xsd:double;
  dwc:startLongitude '-29.601166667'^^xsd:double;
  dwc:endLongitude '-29.595333333'^^xsd:double;
  dwc:latitude '33.23'^^xsd:double;
  dwc:startLatitude '33.232333333'^^xsd:double;
  dwc:endLatitude '33.232'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12671'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13031'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks '4 living and 2 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23657'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24176'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24907'^^xsd:integer;
  dwc:scientificName 'Aglaophamus agilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130343'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24910'^^xsd:integer;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24917'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24924'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24926'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24934'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24942'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24947'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24951'^^xsd:integer;
  dwc:scientificName 'Syllidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '948'^^xsd:integer;
  dwc:aphiaIdAccepted '948'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24933'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10251'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12600'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 247'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '10.42'^^xsd:double;
  dwc:longitude '-29.58'^^xsd:double;
  dwc:startLongitude '-29.587666667'^^xsd:double;
  dwc:endLongitude '-29.592333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.228166667'^^xsd:double;
  dwc:endLatitude '33.228166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.48 -29.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "765"^^xsd:integer ;
  dwc:maximumDepthInMeters "765"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "432," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13426'^^xsd:integer;
  dwc:scientificName 'Chlidonophora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '432,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.55'^^xsd:double;
  dwc:startLongitude '-29.55'^^xsd:double;
  dwc:endLongitude '-29.541666667'^^xsd:double;
  dwc:latitude '40.48'^^xsd:double;
  dwc:startLatitude '40.48'^^xsd:double;
  dwc:endLatitude '40.475'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '765'^^xsd:integer;
  dwc:maximumDepth '765'^^xsd:integer;
  dwc:occurrenceRemarks '1 shell collected'^^xsd:string;
  dwc:aphiaid '235549'^^xsd:integer;
  dwc:aphiaIdAccepted '235549'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10247'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:occurrenceRemarks 'The 40 found includes 2 whole and 38 shells.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12672'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12868'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13032'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23659'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24024'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24087'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24134'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '2 live specimens and 10 shells'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24143'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24927'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24938'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24953'^^xsd:integer;
  dwc:scientificName 'Syllidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '948'^^xsd:integer;
  dwc:aphiaIdAccepted '948'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12601'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23658'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23660'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24921'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 248'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.98'^^xsd:double;
  dwc:startTimeOfDay '11.98'^^xsd:double;
  dwc:endTimeOfDay '12.17'^^xsd:double;
  dwc:longitude '-29.54'^^xsd:double;
  dwc:startLongitude '-29.5415'^^xsd:double;
  dwc:endLongitude '-29.546333333'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.226333333'^^xsd:double;
  dwc:endLatitude '33.226'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.58 -29.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.58"^^xsd:decimal ;
  dwc:decimalLongitude "-29.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "765"^^xsd:integer ;
  dwc:maximumDepthInMeters "765"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "444," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14996'^^xsd:integer;
  dwc:scientificName 'Saccocalyx pedunculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '444,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.49'^^xsd:double;
  dwc:startLongitude '-29.491666667'^^xsd:double;
  dwc:endLongitude '-29.49'^^xsd:double;
  dwc:latitude '40.58'^^xsd:double;
  dwc:startLatitude '40.588333333'^^xsd:double;
  dwc:endLatitude '40.603333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '765'^^xsd:integer;
  dwc:maximumDepth '765'^^xsd:integer;
  dwc:aphiaid '171845'^^xsd:integer;
  dwc:aphiaIdAccepted '171845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (40.58 -29.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "40.58"^^xsd:decimal ;
  dwc:decimalLongitude "-29.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "765"^^xsd:integer ;
  dwc:maximumDepthInMeters "765"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "444," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15002'^^xsd:integer;
  dwc:scientificName 'Crateromorpha variata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '444,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-29.49'^^xsd:double;
  dwc:startLongitude '-29.491666667'^^xsd:double;
  dwc:endLongitude '-29.49'^^xsd:double;
  dwc:latitude '40.58'^^xsd:double;
  dwc:startLatitude '40.588333333'^^xsd:double;
  dwc:endLatitude '40.603333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '765'^^xsd:integer;
  dwc:maximumDepth '765'^^xsd:integer;
  dwc:aphiaid '387935'^^xsd:integer;
  dwc:aphiaIdAccepted '240431'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12673'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 251'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.48'^^xsd:double;
  dwc:startTimeOfDay '20.48'^^xsd:double;
  dwc:endTimeOfDay '20.65'^^xsd:double;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:startLongitude '-29.473166667'^^xsd:double;
  dwc:endLongitude '-29.479166667'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.2245'^^xsd:double;
  dwc:endLatitude '33.224833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '4'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12812'^^xsd:integer;
  dwc:scientificName 'Peripatagus cinctus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 251'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.48'^^xsd:double;
  dwc:startTimeOfDay '20.48'^^xsd:double;
  dwc:endTimeOfDay '20.65'^^xsd:double;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:startLongitude '-29.473166667'^^xsd:double;
  dwc:endLongitude '-29.479166667'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.2245'^^xsd:double;
  dwc:endLatitude '33.224833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments of a specimen collected'^^xsd:string;
  dwc:aphiaid '124371'^^xsd:integer;
  dwc:aphiaIdAccepted '124371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12870'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 251'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.48'^^xsd:double;
  dwc:startTimeOfDay '20.48'^^xsd:double;
  dwc:endTimeOfDay '20.65'^^xsd:double;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:startLongitude '-29.473166667'^^xsd:double;
  dwc:endLongitude '-29.479166667'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.2245'^^xsd:double;
  dwc:endLatitude '33.224833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '4'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.22 -29.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.22"^^xsd:decimal ;
  dwc:decimalLongitude "-29.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23662'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 251'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.48'^^xsd:double;
  dwc:startTimeOfDay '20.48'^^xsd:double;
  dwc:endTimeOfDay '20.65'^^xsd:double;
  dwc:longitude '-29.47'^^xsd:double;
  dwc:startLongitude '-29.473166667'^^xsd:double;
  dwc:endLongitude '-29.479166667'^^xsd:double;
  dwc:latitude '33.22'^^xsd:double;
  dwc:startLatitude '33.2245'^^xsd:double;
  dwc:endLatitude '33.224833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '4'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "454"^^xsd:integer ;
  dwc:maximumDepthInMeters "454"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24036'^^xsd:integer;
  dwc:scientificName 'Akibumia orientalis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 250'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '17.87'^^xsd:double;
  dwc:longitude '-29.28'^^xsd:double;
  dwc:startLongitude '-29.2875'^^xsd:double;
  dwc:endLongitude '-29.294333333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.210833333'^^xsd:double;
  dwc:endLatitude '33.211'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '454'^^xsd:integer;
  dwc:maximumDepth '454'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181005'^^xsd:integer;
  dwc:aphiaIdAccepted '181005'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "454"^^xsd:integer ;
  dwc:maximumDepthInMeters "454"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24912'^^xsd:integer;
  dwc:scientificName 'Chone duneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 250'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '17.87'^^xsd:double;
  dwc:longitude '-29.28'^^xsd:double;
  dwc:startLongitude '-29.2875'^^xsd:double;
  dwc:endLongitude '-29.294333333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.210833333'^^xsd:double;
  dwc:endLatitude '33.211'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '454'^^xsd:integer;
  dwc:maximumDepth '454'^^xsd:integer;
  dwc:aphiaid '130888'^^xsd:integer;
  dwc:aphiaIdAccepted '130888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "454"^^xsd:integer ;
  dwc:maximumDepthInMeters "454"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24929'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 250'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '17.87'^^xsd:double;
  dwc:longitude '-29.28'^^xsd:double;
  dwc:startLongitude '-29.2875'^^xsd:double;
  dwc:endLongitude '-29.294333333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.210833333'^^xsd:double;
  dwc:endLatitude '33.211'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '454'^^xsd:integer;
  dwc:maximumDepth '454'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "454"^^xsd:integer ;
  dwc:maximumDepthInMeters "454"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12869'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 250'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '17.87'^^xsd:double;
  dwc:longitude '-29.28'^^xsd:double;
  dwc:startLongitude '-29.2875'^^xsd:double;
  dwc:endLongitude '-29.294333333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.210833333'^^xsd:double;
  dwc:endLatitude '33.211'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '454'^^xsd:integer;
  dwc:maximumDepth '454'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '3 living+1bare collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "454"^^xsd:integer ;
  dwc:maximumDepthInMeters "454"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24025'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 250'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '17.87'^^xsd:double;
  dwc:longitude '-29.28'^^xsd:double;
  dwc:startLongitude '-29.2875'^^xsd:double;
  dwc:endLongitude '-29.294333333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.210833333'^^xsd:double;
  dwc:endLatitude '33.211'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '454'^^xsd:integer;
  dwc:maximumDepth '454'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23661'^^xsd:integer;
  dwc:scientificName 'Eucalathis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 249'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.68'^^xsd:double;
  dwc:startTimeOfDay '15.68'^^xsd:double;
  dwc:endTimeOfDay '15.87'^^xsd:double;
  dwc:longitude '-29.24'^^xsd:double;
  dwc:startLongitude '-29.247166667'^^xsd:double;
  dwc:endLongitude '-29.253166667'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.206833333'^^xsd:double;
  dwc:endLatitude '33.206'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24914'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 249'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.68'^^xsd:double;
  dwc:startTimeOfDay '15.68'^^xsd:double;
  dwc:endTimeOfDay '15.87'^^xsd:double;
  dwc:longitude '-29.24'^^xsd:double;
  dwc:startLongitude '-29.247166667'^^xsd:double;
  dwc:endLongitude '-29.253166667'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.206833333'^^xsd:double;
  dwc:endLatitude '33.206'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24034'^^xsd:integer;
  dwc:scientificName 'Laubierina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 244'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.35'^^xsd:double;
  dwc:startTimeOfDay '21.35'^^xsd:double;
  dwc:endTimeOfDay '21.52'^^xsd:double;
  dwc:longitude '-29.19'^^xsd:double;
  dwc:startLongitude '-29.198'^^xsd:double;
  dwc:endLongitude '-29.194666667'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.202'^^xsd:double;
  dwc:endLatitude '33.203166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138107'^^xsd:integer;
  dwc:aphiaIdAccepted '138107'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.65 -29.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.65"^^xsd:decimal ;
  dwc:decimalLongitude "-29.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "220"^^xsd:integer ;
  dwc:maximumDepthInMeters "266"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "10," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22861'^^xsd:integer;
  dwc:scientificName 'Lophogaster subglaber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '10,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:longitude '-29.18'^^xsd:double;
  dwc:latitude '29.65'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '220'^^xsd:integer;
  dwc:maximumDepth '266'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '119935'^^xsd:integer;
  dwc:aphiaIdAccepted '119935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.65 -29.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.65"^^xsd:decimal ;
  dwc:decimalLongitude "-29.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "220"^^xsd:integer ;
  dwc:maximumDepthInMeters "266"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "10," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22882'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '10,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:longitude '-29.18'^^xsd:double;
  dwc:latitude '29.65'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '220'^^xsd:integer;
  dwc:maximumDepth '266'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "18," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22870'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '18,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "18," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22885'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '18,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12867'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '3 living+1 bare collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24023'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24911'^^xsd:integer;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24920'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24923'^^xsd:integer;
  dwc:scientificName 'Hermodice carunculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '129831'^^xsd:integer;
  dwc:aphiaIdAccepted '129831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24928'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24935'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24944'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24922'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.21 -29.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.21"^^xsd:decimal ;
  dwc:decimalLongitude "-29.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24939'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 243'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:startTimeOfDay '18.73'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-29.13'^^xsd:double;
  dwc:startLongitude '-29.137333333'^^xsd:double;
  dwc:endLongitude '-29.130833333'^^xsd:double;
  dwc:latitude '33.21'^^xsd:double;
  dwc:startLatitude '33.2195'^^xsd:double;
  dwc:endLatitude '33.2245'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.1 -29.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.1"^^xsd:decimal ;
  dwc:decimalLongitude "-29.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "366"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "7," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22868'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '7,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.87'^^xsd:double;
  dwc:longitude '-29.06'^^xsd:double;
  dwc:latitude '29.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '366'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.1 -29.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.1"^^xsd:decimal ;
  dwc:decimalLongitude "-29.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "366"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "7," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22879'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '7,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.87'^^xsd:double;
  dwc:longitude '-29.06'^^xsd:double;
  dwc:latitude '29.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '366'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10248'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12596'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23649'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23988'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 4 shell specimens'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24130'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:occurrenceRemarks '16 live specimens and 5 shells'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24174'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24916'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24930'^^xsd:integer;
  dwc:scientificName 'Longibrachium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '129401'^^xsd:integer;
  dwc:aphiaIdAccepted '129401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24936'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24906'^^xsd:integer;
  dwc:scientificName 'Aglaophamus agilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '130343'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24941'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.2 -29.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.2"^^xsd:decimal ;
  dwc:decimalLongitude "-29.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "369"^^xsd:integer ;
  dwc:maximumDepthInMeters "373"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24946'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 240'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.83'^^xsd:double;
  dwc:startTimeOfDay '12.83'^^xsd:double;
  dwc:endTimeOfDay '13.07'^^xsd:double;
  dwc:longitude '-29.03'^^xsd:double;
  dwc:startLongitude '-29.031166667'^^xsd:double;
  dwc:endLongitude '-29.0235'^^xsd:double;
  dwc:latitude '33.2'^^xsd:double;
  dwc:startLatitude '33.204333333'^^xsd:double;
  dwc:endLatitude '33.204166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '369'^^xsd:integer;
  dwc:maximumDepth '373'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10217'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'The 4 found includes 3 whole and 1 shell.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12657'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22739'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23983'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 2 shell specimens'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24010'^^xsd:integer;
  dwc:scientificName 'Sassia lewisi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181012'^^xsd:integer;
  dwc:aphiaIdAccepted '1301605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24015'^^xsd:integer;
  dwc:scientificName 'Halgyrineum louisae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181010'^^xsd:integer;
  dwc:aphiaIdAccepted '181010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24061'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s) (32 juv.)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24117'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24169'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.48 -29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.48"^^xsd:decimal ;
  dwc:decimalLongitude "-29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12970'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 190'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:startTimeOfDay '15.78'^^xsd:double;
  dwc:endTimeOfDay '15.95'^^xsd:double;
  dwc:longitude '-29'^^xsd:integer;
  dwc:startLongitude '-29.000333333'^^xsd:double;
  dwc:endLongitude '-28.997'^^xsd:double;
  dwc:latitude '31.48'^^xsd:double;
  dwc:startLatitude '31.4825'^^xsd:double;
  dwc:endLatitude '31.485166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10206'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'The 3 found inludes 1 whole and 2 shells.'^^xsd:string;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10216'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '403'^^xsd:integer;
  dwc:occurrenceRemarks 'The 403 found includes 53 whole and 350 shells.  Eighty shells drilled by gastropod predator.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12583'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13017'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22725'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22730'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22738'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22741'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22751'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23982'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24014'^^xsd:integer;
  dwc:scientificName 'Halgyrineum louisae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181010'^^xsd:integer;
  dwc:aphiaIdAccepted '181010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24060'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s) (60 juv.)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24082'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24116'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24151'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24168'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '166'^^xsd:integer;
  dwc:occurrenceRemarks '16 live specimens and 150 shells'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24352'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '53'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22732'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22769'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10223'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '55'^^xsd:integer;
  dwc:occurrenceRemarks 'The 55 found includes 7 whole and 48 shells.'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10236'^^xsd:integer;
  dwc:scientificName 'Trituba additicia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180938'^^xsd:integer;
  dwc:aphiaIdAccepted '180938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12969'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.99)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.99"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24009'^^xsd:integer;
  dwc:scientificName 'Sassia lewisi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 188'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '12.98'^^xsd:double;
  dwc:longitude '-28.99'^^xsd:double;
  dwc:startLongitude '-28.992333333'^^xsd:double;
  dwc:endLongitude '-28.991166667'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:startLatitude '31.499166667'^^xsd:double;
  dwc:endLatitude '31.500666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181012'^^xsd:integer;
  dwc:aphiaIdAccepted '1301605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10218'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'The 15 found includes 4 whole and 11 shells.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10226'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12659'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12971'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13019'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 bare; 1juv. collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22768'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium atlanticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:aphiaid '157548'^^xsd:integer;
  dwc:aphiaIdAccepted '130465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.46 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "174"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24307'^^xsd:integer;
  dwc:scientificName 'Odostomia odostomella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 192'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.28'^^xsd:double;
  dwc:startTimeOfDay '19.28'^^xsd:double;
  dwc:endTimeOfDay '19.4'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.984833333'^^xsd:double;
  dwc:endLongitude '-28.984'^^xsd:double;
  dwc:latitude '31.46'^^xsd:double;
  dwc:startLatitude '31.465'^^xsd:double;
  dwc:endLatitude '31.469666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '174'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141007'^^xsd:integer;
  dwc:aphiaIdAccepted '141007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12637'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12658'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13018'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22723'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22737'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 191'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:startTimeOfDay '17.15'^^xsd:double;
  dwc:endTimeOfDay '17.88'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.981833333'^^xsd:double;
  dwc:endLongitude '-28.99'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.502666667'^^xsd:double;
  dwc:endLatitude '31.521833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22756'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22758'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 191'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:startTimeOfDay '17.15'^^xsd:double;
  dwc:endTimeOfDay '17.88'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.981833333'^^xsd:double;
  dwc:endLongitude '-28.99'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.502666667'^^xsd:double;
  dwc:endLatitude '31.521833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22776'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23984'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 191'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:startTimeOfDay '17.15'^^xsd:double;
  dwc:endTimeOfDay '17.88'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.981833333'^^xsd:double;
  dwc:endLongitude '-28.99'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.502666667'^^xsd:double;
  dwc:endLatitude '31.521833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24062'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 191'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:startTimeOfDay '17.15'^^xsd:double;
  dwc:endTimeOfDay '17.88'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.981833333'^^xsd:double;
  dwc:endLongitude '-28.99'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.502666667'^^xsd:double;
  dwc:endLatitude '31.521833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24083'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 191'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:startTimeOfDay '17.15'^^xsd:double;
  dwc:endTimeOfDay '17.88'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.981833333'^^xsd:double;
  dwc:endLongitude '-28.99'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.502666667'^^xsd:double;
  dwc:endLatitude '31.521833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22724'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 191'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:startTimeOfDay '17.15'^^xsd:double;
  dwc:endTimeOfDay '17.88'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.981833333'^^xsd:double;
  dwc:endLongitude '-28.99'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.502666667'^^xsd:double;
  dwc:endLatitude '31.521833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.5 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22757'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 189'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.9875'^^xsd:double;
  dwc:endLongitude '-28.9895'^^xsd:double;
  dwc:latitude '31.5'^^xsd:double;
  dwc:startLatitude '31.5055'^^xsd:double;
  dwc:endLatitude '31.51'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10249'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12736'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13028'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '2 living;1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23650'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23651'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24131'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks '10 live specimens and 20 shells'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24908'^^xsd:integer;
  dwc:scientificName 'Aglaophamus agilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130343'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24913'^^xsd:integer;
  dwc:scientificName 'Pterolysippe vanelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '334692'^^xsd:integer;
  dwc:aphiaIdAccepted '129792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24925'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24931'^^xsd:integer;
  dwc:scientificName 'Longibrachium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '129401'^^xsd:integer;
  dwc:aphiaIdAccepted '129401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24937'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24948'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24952'^^xsd:integer;
  dwc:scientificName 'Syllidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '948'^^xsd:integer;
  dwc:aphiaIdAccepted '948'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12597'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24918'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23652'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 241'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.08'^^xsd:double;
  dwc:startTimeOfDay '14.08'^^xsd:double;
  dwc:endTimeOfDay '14.27'^^xsd:double;
  dwc:longitude '-28.98'^^xsd:double;
  dwc:startLongitude '-28.988666667'^^xsd:double;
  dwc:endLongitude '-28.982666667'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1985'^^xsd:double;
  dwc:endLatitude '33.198166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "446"^^xsd:integer ;
  dwc:maximumDepthInMeters "446"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "61," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22896'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '61,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.68'^^xsd:double;
  dwc:longitude '-28.95'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '446'^^xsd:integer;
  dwc:maximumDepth '446'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12598'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12834'^^xsd:integer;
  dwc:scientificName 'Podocidaris sculpta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124253'^^xsd:integer;
  dwc:aphiaIdAccepted '124253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13029'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23653'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23654'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23655'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24033'^^xsd:integer;
  dwc:scientificName 'Laubierina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)(part-grown protoconch)'^^xsd:string;
  dwc:aphiaid '138107'^^xsd:integer;
  dwc:aphiaIdAccepted '138107'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24132'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 2 shells'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24919'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24943'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24949'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24950'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12866'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24909'^^xsd:integer;
  dwc:scientificName 'Aglaophamus agilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '130343'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24945'^^xsd:integer;
  dwc:scientificName 'Orbinia cuvierii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '130521'^^xsd:integer;
  dwc:aphiaIdAccepted '130523'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.19 -28.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10250'^^xsd:integer;
  dwc:scientificName 'Trituba elatissima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 242'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:startTimeOfDay '15.25'^^xsd:double;
  dwc:endTimeOfDay '15.43'^^xsd:double;
  dwc:longitude '-28.94'^^xsd:double;
  dwc:startLongitude '-28.949333333'^^xsd:double;
  dwc:endLongitude '-28.943833333'^^xsd:double;
  dwc:latitude '33.19'^^xsd:double;
  dwc:startLatitude '33.1965'^^xsd:double;
  dwc:endLatitude '33.195'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180940'^^xsd:integer;
  dwc:aphiaIdAccepted '180940'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.45 -28.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.45"^^xsd:decimal ;
  dwc:decimalLongitude "-28.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "197"^^xsd:integer ;
  dwc:maximumDepthInMeters "247"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "63," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22898'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '63,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.93'^^xsd:double;
  dwc:latitude '30.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '197'^^xsd:integer;
  dwc:maximumDepth '247'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.56 -28.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.56"^^xsd:decimal ;
  dwc:decimalLongitude "-28.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "62," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22897'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '62,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.67'^^xsd:double;
  dwc:longitude '-28.93'^^xsd:double;
  dwc:latitude '30.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.45 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.45"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "44," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12942'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '44,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.67'^^xsd:double;
  dwc:startTimeOfDay '19.67'^^xsd:double;
  dwc:endTimeOfDay '20.08'^^xsd:double;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.45 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.45"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "44," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13134'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '44,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.67'^^xsd:double;
  dwc:startTimeOfDay '19.67'^^xsd:double;
  dwc:endTimeOfDay '20.08'^^xsd:double;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.45 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.45"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "70"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "44," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14729'^^xsd:integer;
  dwc:scientificName 'Anomocora fecunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '44,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '19.67'^^xsd:double;
  dwc:startTimeOfDay '19.67'^^xsd:double;
  dwc:endTimeOfDay '20.08'^^xsd:double;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '70'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '135130'^^xsd:integer;
  dwc:aphiaIdAccepted '135130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1955"^^xsd:integer ;
  dwc:maximumDepthInMeters "1955"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "48," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12804'^^xsd:integer;
  dwc:scientificName 'Palaeotropus josephinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '48,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1955'^^xsd:integer;
  dwc:maximumDepth '1955'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '124370'^^xsd:integer;
  dwc:aphiaIdAccepted '124370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1955"^^xsd:integer ;
  dwc:maximumDepthInMeters "1955"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "48," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13075'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '48,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1955'^^xsd:integer;
  dwc:maximumDepth '1955'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1955"^^xsd:integer ;
  dwc:maximumDepthInMeters "1955"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "48," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14732'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '48,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1955'^^xsd:integer;
  dwc:maximumDepth '1955'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.49 -28.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.49"^^xsd:decimal ;
  dwc:decimalLongitude "-28.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1955"^^xsd:integer ;
  dwc:maximumDepthInMeters "1955"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "48," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14873'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '48,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.92'^^xsd:double;
  dwc:latitude '31.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1955'^^xsd:integer;
  dwc:maximumDepth '1955'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.47 -28.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.47"^^xsd:decimal ;
  dwc:decimalLongitude "-28.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "347"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "45," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12943'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '45,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.91'^^xsd:double;
  dwc:latitude '31.47'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '347'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.47 -28.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.47"^^xsd:decimal ;
  dwc:decimalLongitude "-28.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "347"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "45," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14730'^^xsd:integer;
  dwc:scientificName 'Anomocora fecunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '45,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.91'^^xsd:double;
  dwc:latitude '31.47'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '347'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:aphiaid '135130'^^xsd:integer;
  dwc:aphiaIdAccepted '135130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13016'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 living; 1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22721'^^xsd:integer;
  dwc:scientificName 'Amage gallasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '367735'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22726'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22733'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22750'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22752'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22754'^^xsd:integer;
  dwc:scientificName 'Sinonereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '324879'^^xsd:integer;
  dwc:aphiaIdAccepted '324879'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22759'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23981'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 1 shell specimen'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24114'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24150'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24167'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24285'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24292'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24315'^^xsd:integer;
  dwc:scientificName 'Odostomia lesuroiti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 13 paratypes'^^xsd:string;
  dwc:aphiaid '140999'^^xsd:integer;
  dwc:aphiaIdAccepted '140999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24335'^^xsd:integer;
  dwc:scientificName 'Turbonilla mediocris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141075'^^xsd:integer;
  dwc:aphiaIdAccepted '1824293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.38 -28.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.38"^^xsd:decimal ;
  dwc:decimalLongitude "-28.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "31"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22742'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 182'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '13.85'^^xsd:double;
  dwc:longitude '-28.89'^^xsd:double;
  dwc:startLongitude '-28.891'^^xsd:double;
  dwc:endLongitude '-28.893166667'^^xsd:double;
  dwc:latitude '31.38'^^xsd:double;
  dwc:startLatitude '31.387166667'^^xsd:double;
  dwc:endLatitude '31.382166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '31'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12582'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12832'^^xsd:integer;
  dwc:scientificName 'Podocidaris sculpta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124253'^^xsd:integer;
  dwc:aphiaIdAccepted '124253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22727'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22735'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22745'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22755'^^xsd:integer;
  dwc:scientificName 'Sinonereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '324879'^^xsd:integer;
  dwc:aphiaIdAccepted '324879'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22763'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22767'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium atlanticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '157548'^^xsd:integer;
  dwc:aphiaIdAccepted '130465'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24098'^^xsd:integer;
  dwc:scientificName 'Eudolium bairdii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s), 1 juv'^^xsd:string;
  dwc:aphiaid '141686'^^xsd:integer;
  dwc:aphiaIdAccepted '141686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24115'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.4 -28.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.4"^^xsd:decimal ;
  dwc:decimalLongitude "-28.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "104"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23623'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 184'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:startTimeOfDay '17.35'^^xsd:double;
  dwc:endTimeOfDay '17.53'^^xsd:double;
  dwc:longitude '-28.87'^^xsd:double;
  dwc:startLongitude '-28.871166667'^^xsd:double;
  dwc:endLongitude '-28.874333333'^^xsd:double;
  dwc:latitude '31.4'^^xsd:double;
  dwc:startLatitude '31.4075'^^xsd:double;
  dwc:endLatitude '31.401166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '104'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1150"^^xsd:integer ;
  dwc:maximumDepthInMeters "1150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "169," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16049'^^xsd:integer;
  dwc:scientificName 'Bathypterois phenax'^^xsd:string;
  dwc:fieldNumber '169,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.28'^^xsd:double;
  dwc:startTimeOfDay '1.28'^^xsd:double;
  dwc:endTimeOfDay '1.78'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '1150'^^xsd:integer;
  dwc:maximumDepth '1150'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126345'^^xsd:integer;
  dwc:aphiaIdAccepted '126345'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.42 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.42"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "84"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24019'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 185'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.05'^^xsd:double;
  dwc:startTimeOfDay '19.05'^^xsd:double;
  dwc:endTimeOfDay '19.2'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.864166667'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.42'^^xsd:double;
  dwc:startLatitude '31.424333333'^^xsd:double;
  dwc:endLatitude '31.419833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '84'^^xsd:integer;
  dwc:occurrenceRemarks '6 larval shells and 1 fragment'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.42 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.42"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "84"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24031'^^xsd:integer;
  dwc:scientificName 'Laubierina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 185'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.05'^^xsd:double;
  dwc:startTimeOfDay '19.05'^^xsd:double;
  dwc:endTimeOfDay '19.2'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.864166667'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.42'^^xsd:double;
  dwc:startLatitude '31.424333333'^^xsd:double;
  dwc:endLatitude '31.419833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '84'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138107'^^xsd:integer;
  dwc:aphiaIdAccepted '138107'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.43 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.43"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "174"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22766'^^xsd:integer;
  dwc:scientificName 'Onuphidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 186'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.08'^^xsd:double;
  dwc:startTimeOfDay '21.08'^^xsd:double;
  dwc:endTimeOfDay '21.27'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.862833333'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.43'^^xsd:double;
  dwc:startLatitude '31.435666667'^^xsd:double;
  dwc:endLatitude '31.439'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '174'^^xsd:integer;
  dwc:aphiaid '965'^^xsd:integer;
  dwc:aphiaIdAccepted '965'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.43 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.43"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "174"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23624'^^xsd:integer;
  dwc:scientificName 'Dyscolia wyvillei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 186'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.08'^^xsd:double;
  dwc:startTimeOfDay '21.08'^^xsd:double;
  dwc:endTimeOfDay '21.27'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.862833333'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.43'^^xsd:double;
  dwc:startLatitude '31.435666667'^^xsd:double;
  dwc:endLatitude '31.439'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '174'^^xsd:integer;
  dwc:aphiaid '235509'^^xsd:integer;
  dwc:aphiaIdAccepted '235509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.43 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.43"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "174"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23625'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 186'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.08'^^xsd:double;
  dwc:startTimeOfDay '21.08'^^xsd:double;
  dwc:endTimeOfDay '21.27'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.862833333'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.43'^^xsd:double;
  dwc:startLatitude '31.435666667'^^xsd:double;
  dwc:endLatitude '31.439'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '174'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.43 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.43"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "174"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24306'^^xsd:integer;
  dwc:scientificName 'Odostomia odostomella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 186'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.08'^^xsd:double;
  dwc:startTimeOfDay '21.08'^^xsd:double;
  dwc:endTimeOfDay '21.27'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.862833333'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.43'^^xsd:double;
  dwc:startLatitude '31.435666667'^^xsd:double;
  dwc:endLatitude '31.439'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '174'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141007'^^xsd:integer;
  dwc:aphiaIdAccepted '141007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.43 -28.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.43"^^xsd:decimal ;
  dwc:decimalLongitude "-28.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "174"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10215'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 186'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.08'^^xsd:double;
  dwc:startTimeOfDay '21.08'^^xsd:double;
  dwc:endTimeOfDay '21.27'^^xsd:double;
  dwc:longitude '-28.86'^^xsd:double;
  dwc:startLongitude '-28.862833333'^^xsd:double;
  dwc:endLongitude '-28.864833333'^^xsd:double;
  dwc:latitude '31.43'^^xsd:double;
  dwc:startLatitude '31.435666667'^^xsd:double;
  dwc:endLatitude '31.439'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '174'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'All broken shells, very smooth'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "11," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22883'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '11,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.55'^^xsd:double;
  dwc:longitude '-28.85'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '180'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "234"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "60," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22895'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '60,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.22'^^xsd:double;
  dwc:longitude '-28.85'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '234'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "234"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "60," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22917'^^xsd:integer;
  dwc:scientificName 'Cerataspis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '60,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.22'^^xsd:double;
  dwc:longitude '-28.85'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '234'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'early mysis stage'^^xsd:string;
  dwc:aphiaid '589793'^^xsd:integer;
  dwc:aphiaIdAccepted '589793'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "640"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "55," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23091'^^xsd:integer;
  dwc:scientificName 'Malacostraca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '55,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.72'^^xsd:double;
  dwc:longitude '-28.81'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '640'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III and IV zoea'^^xsd:string;
  dwc:aphiaid '1071'^^xsd:integer;
  dwc:aphiaIdAccepted '1071'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.07 -28.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "351"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22764'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 204'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.88'^^xsd:double;
  dwc:startTimeOfDay '17.88'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.81'^^xsd:double;
  dwc:startLongitude '-28.814666667'^^xsd:double;
  dwc:endLongitude '-28.808666667'^^xsd:double;
  dwc:latitude '31.07'^^xsd:double;
  dwc:startLatitude '31.075833333'^^xsd:double;
  dwc:endLatitude '31.0775'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '351'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22932'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.37'^^xsd:double;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '580'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage II zoea'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "2," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22865'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '2,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.67'^^xsd:double;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1361'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "2," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22874'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '2,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.67'^^xsd:double;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1361'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1000"^^xsd:integer ;
  dwc:maximumDepthInMeters "1361"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "2," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22954'^^xsd:integer;
  dwc:scientificName 'Grapsidae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '2,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.67'^^xsd:double;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1000'^^xsd:integer;
  dwc:maximumDepth '1361'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106772'^^xsd:integer;
  dwc:aphiaIdAccepted '106772'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "14," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22933'^^xsd:integer;
  dwc:scientificName 'Latreillia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '14,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '22.02'^^xsd:double;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from sample "9cH14" in the source, which corresponds to "9aH14" in the sample table provided by the expedition leaders.  Listed as "Species ASM 11".  Stage II zoea.'^^xsd:string;
  dwc:aphiaid '106870'^^xsd:integer;
  dwc:aphiaIdAccepted '106870'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29458'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29461'^^xsd:integer;
  dwc:scientificName 'Ammobacculites agglutinans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114024'^^xsd:integer;
  dwc:aphiaIdAccepted '114024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29463'^^xsd:integer;
  dwc:scientificName 'Ammodiscus incertus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113819'^^xsd:integer;
  dwc:aphiaIdAccepted '113819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29465'^^xsd:integer;
  dwc:scientificName 'Cyclammina trullisata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114049'^^xsd:integer;
  dwc:aphiaIdAccepted '114049'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29467'^^xsd:integer;
  dwc:scientificName 'Cystammina pauciloculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '183109'^^xsd:integer;
  dwc:aphiaIdAccepted '183109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29469'^^xsd:integer;
  dwc:scientificName 'Epistominella exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113334'^^xsd:integer;
  dwc:aphiaIdAccepted '113334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29470'^^xsd:integer;
  dwc:scientificName 'Epistominella pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29473'^^xsd:integer;
  dwc:scientificName 'Epistominella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112168'^^xsd:integer;
  dwc:aphiaIdAccepted '112168'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29474'^^xsd:integer;
  dwc:scientificName 'Ioanella tumidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '67'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113363'^^xsd:integer;
  dwc:aphiaIdAccepted '113363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29477'^^xsd:integer;
  dwc:scientificName 'Globocassidulina subglobosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113091'^^xsd:integer;
  dwc:aphiaIdAccepted '113091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29480'^^xsd:integer;
  dwc:scientificName 'Hauerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112017'^^xsd:integer;
  dwc:aphiaIdAccepted '112017'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29483'^^xsd:integer;
  dwc:scientificName 'Hoeglundina elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113341'^^xsd:integer;
  dwc:aphiaIdAccepted '113341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29484'^^xsd:integer;
  dwc:scientificName 'Milionella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29485'^^xsd:integer;
  dwc:scientificName 'Pullenia bolloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113110'^^xsd:integer;
  dwc:aphiaIdAccepted '113110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29486'^^xsd:integer;
  dwc:scientificName 'Reophax scorpiurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114016'^^xsd:integer;
  dwc:aphiaIdAccepted '114016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29490'^^xsd:integer;
  dwc:scientificName 'Rhizammina algaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments'^^xsd:string;
  dwc:aphiaid '113906'^^xsd:integer;
  dwc:aphiaIdAccepted '113906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29494'^^xsd:integer;
  dwc:scientificName 'Trochammina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112412'^^xsd:integer;
  dwc:aphiaIdAccepted '112412'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29472'^^xsd:integer;
  dwc:scientificName 'Epistominella rugosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113339'^^xsd:integer;
  dwc:aphiaIdAccepted '112915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29464'^^xsd:integer;
  dwc:scientificName 'Cribrostomoides subglobosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '254681'^^xsd:integer;
  dwc:aphiaIdAccepted '254681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29478'^^xsd:integer;
  dwc:scientificName 'Glomospira gordialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113830'^^xsd:integer;
  dwc:aphiaIdAccepted '113830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29481'^^xsd:integer;
  dwc:scientificName 'Hippocrepina indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113871'^^xsd:integer;
  dwc:aphiaIdAccepted '113871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29492'^^xsd:integer;
  dwc:scientificName 'Spiroplectinella earlandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '582287'^^xsd:integer;
  dwc:aphiaIdAccepted '114273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.53 -28.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29495'^^xsd:integer;
  dwc:scientificName 'Valvulineria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '558,'^^xsd:string;
  dwc:longitude '-28.78'^^xsd:double;
  dwc:latitude '30.53'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112100'^^xsd:integer;
  dwc:aphiaIdAccepted '112100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.24 -28.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.24"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2664"^^xsd:integer ;
  dwc:maximumDepthInMeters "2664"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "49," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14812'^^xsd:integer;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '49,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.77'^^xsd:double;
  dwc:latitude '31.24'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2664'^^xsd:integer;
  dwc:maximumDepth '2664'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.24 -28.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.24"^^xsd:decimal ;
  dwc:decimalLongitude "-28.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2664"^^xsd:integer ;
  dwc:maximumDepthInMeters "2664"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "49," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12574'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '49,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.77'^^xsd:double;
  dwc:latitude '31.24'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2664'^^xsd:integer;
  dwc:maximumDepth '2664'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "57," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22892'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '57,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.95'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:latitude '29.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "19," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22886'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '19,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.07'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24138'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24803'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24836'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24855'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24902'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24808'^^xsd:integer;
  dwc:scientificName 'Pterolysippe vanelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '334692'^^xsd:integer;
  dwc:aphiaIdAccepted '129792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24848'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 180'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:startTimeOfDay '20.8'^^xsd:double;
  dwc:endTimeOfDay '20.97'^^xsd:double;
  dwc:longitude '-28.75'^^xsd:double;
  dwc:startLongitude '-28.7515'^^xsd:double;
  dwc:endLongitude '-28.745666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.068166667'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "770"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "43," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14872'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '43,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '0.17'^^xsd:double;
  dwc:startTimeOfDay '0.17'^^xsd:double;
  dwc:endTimeOfDay '0.67'^^xsd:double;
  dwc:longitude '-28.74'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '770'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "770"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "43," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14823'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '43,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '0.17'^^xsd:double;
  dwc:startTimeOfDay '0.17'^^xsd:double;
  dwc:endTimeOfDay '0.67'^^xsd:double;
  dwc:longitude '-28.74'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '770'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "770"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "43," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14196'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '43,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '0.17'^^xsd:double;
  dwc:startTimeOfDay '0.17'^^xsd:double;
  dwc:endTimeOfDay '0.67'^^xsd:double;
  dwc:longitude '-28.74'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '770'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29442'^^xsd:integer;
  dwc:scientificName 'Bolivina cincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112969'^^xsd:integer;
  dwc:aphiaIdAccepted '112969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29443'^^xsd:integer;
  dwc:scientificName 'Bulimina alazanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113032'^^xsd:integer;
  dwc:aphiaIdAccepted '466352'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29444'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29445'^^xsd:integer;
  dwc:scientificName 'Cibicidoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112084'^^xsd:integer;
  dwc:aphiaIdAccepted '112084'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29446'^^xsd:integer;
  dwc:scientificName 'Epistomaroides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '484691'^^xsd:integer;
  dwc:aphiaIdAccepted '484691'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29447'^^xsd:integer;
  dwc:scientificName 'Epistominella exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113334'^^xsd:integer;
  dwc:aphiaIdAccepted '113334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29450'^^xsd:integer;
  dwc:scientificName 'Glomospira gordialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113830'^^xsd:integer;
  dwc:aphiaIdAccepted '113830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29451'^^xsd:integer;
  dwc:scientificName 'Hippocrepina indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113871'^^xsd:integer;
  dwc:aphiaIdAccepted '113871'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29452'^^xsd:integer;
  dwc:scientificName 'Pullenia bolloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113110'^^xsd:integer;
  dwc:aphiaIdAccepted '113110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29453'^^xsd:integer;
  dwc:scientificName 'Reophax scorpiurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114016'^^xsd:integer;
  dwc:aphiaIdAccepted '114016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29454'^^xsd:integer;
  dwc:scientificName 'Rhizammina algaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments'^^xsd:string;
  dwc:aphiaid '113906'^^xsd:integer;
  dwc:aphiaIdAccepted '113906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29455'^^xsd:integer;
  dwc:scientificName 'Rosalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112148'^^xsd:integer;
  dwc:aphiaIdAccepted '112148'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29456'^^xsd:integer;
  dwc:scientificName 'Trochammina conglobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '522413'^^xsd:integer;
  dwc:aphiaIdAccepted '817175'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1320"^^xsd:integer ;
  dwc:maximumDepthInMeters "1320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29448'^^xsd:integer;
  dwc:scientificName 'Ioanella tumidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:minimumDepth '1320'^^xsd:integer;
  dwc:maximumDepth '1320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113363'^^xsd:integer;
  dwc:aphiaIdAccepted '113363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12732'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '9.25'^^xsd:double;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:occurrenceRemarks '6 bare tests collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12824'^^xsd:integer;
  dwc:scientificName 'Plesiodiadema antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '9.25'^^xsd:double;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include fragments'^^xsd:string;
  dwc:aphiaid '124330'^^xsd:integer;
  dwc:aphiaIdAccepted '124330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14976'^^xsd:integer;
  dwc:scientificName 'Vaughanella concinna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '9.25'^^xsd:double;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '135177'^^xsd:integer;
  dwc:aphiaIdAccepted '135177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12908'^^xsd:integer;
  dwc:scientificName 'Sperosoma grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '9.25'^^xsd:double;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124347'^^xsd:integer;
  dwc:aphiaIdAccepted '124347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "170," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16418'^^xsd:integer;
  dwc:scientificName 'Histiobranchus bathybius'^^xsd:string;
  dwc:fieldNumber '170,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '9.25'^^xsd:double;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126323'^^xsd:integer;
  dwc:aphiaIdAccepted '126323'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "790"^^xsd:integer ;
  dwc:maximumDepthInMeters "790"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14811'^^xsd:integer;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:startTimeOfDay '8.25'^^xsd:double;
  dwc:endTimeOfDay '9.25'^^xsd:double;
  dwc:longitude '-28.73'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '790'^^xsd:integer;
  dwc:maximumDepth '790'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23621'^^xsd:integer;
  dwc:scientificName 'Dyscolia wyvillei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 173'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.97'^^xsd:double;
  dwc:startTimeOfDay '20.97'^^xsd:double;
  dwc:endTimeOfDay '21.17'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.726666667'^^xsd:double;
  dwc:endLongitude '-28.727166667'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.059'^^xsd:double;
  dwc:endLatitude '30.052833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:aphiaid '235509'^^xsd:integer;
  dwc:aphiaIdAccepted '235509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23622'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 173'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.97'^^xsd:double;
  dwc:startTimeOfDay '20.97'^^xsd:double;
  dwc:endTimeOfDay '21.17'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.726666667'^^xsd:double;
  dwc:endLongitude '-28.727166667'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.059'^^xsd:double;
  dwc:endLatitude '30.052833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24137'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 173'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.97'^^xsd:double;
  dwc:startTimeOfDay '20.97'^^xsd:double;
  dwc:endTimeOfDay '21.17'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.726666667'^^xsd:double;
  dwc:endLongitude '-28.727166667'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.059'^^xsd:double;
  dwc:endLatitude '30.052833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24887'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 173'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.97'^^xsd:double;
  dwc:startTimeOfDay '20.97'^^xsd:double;
  dwc:endTimeOfDay '21.17'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.726666667'^^xsd:double;
  dwc:endLongitude '-28.727166667'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.059'^^xsd:double;
  dwc:endLatitude '30.052833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10220'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:occurrenceRemarks 'The 86 found includes 8 whole and 78 shells.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10232'^^xsd:integer;
  dwc:scientificName 'Trituba recurvata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks 'The 18 found includes 3 whole (2 with broken apex) and 15 shells.'^^xsd:string;
  dwc:aphiaid '180937'^^xsd:integer;
  dwc:aphiaIdAccepted '180937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12661'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12863'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22728'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22731'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22740'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22743'^^xsd:integer;
  dwc:scientificName 'Dahousiella carpenteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130150'^^xsd:integer;
  dwc:aphiaIdAccepted '130150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22770'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22772'^^xsd:integer;
  dwc:scientificName 'Lagisca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129494'^^xsd:integer;
  dwc:aphiaIdAccepted '129494'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23630'^^xsd:integer;
  dwc:scientificName 'Dyscolia wyvillei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '235509'^^xsd:integer;
  dwc:aphiaIdAccepted '235509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23631'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24021'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 11 shells'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24119'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24277'^^xsd:integer;
  dwc:scientificName 'Eulimella phaula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140951'^^xsd:integer;
  dwc:aphiaIdAccepted '140951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24294'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23629'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12585'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23628'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22736'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22746'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22760'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24310'^^xsd:integer;
  dwc:scientificName 'Odostomia prona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141011'^^xsd:integer;
  dwc:aphiaIdAccepted '141011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.15 -28.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24321'^^xsd:integer;
  dwc:scientificName 'Turbonilla atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 203'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:startTimeOfDay '15.05'^^xsd:double;
  dwc:endTimeOfDay '15.18'^^xsd:double;
  dwc:longitude '-28.72'^^xsd:double;
  dwc:startLongitude '-28.725333333'^^xsd:double;
  dwc:endLongitude '-28.723'^^xsd:double;
  dwc:latitude '31.15'^^xsd:double;
  dwc:startLatitude '31.158666667'^^xsd:double;
  dwc:endLatitude '31.161166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141055'^^xsd:integer;
  dwc:aphiaIdAccepted '141055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24284'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 174'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.02'^^xsd:double;
  dwc:startTimeOfDay '23.02'^^xsd:double;
  dwc:endTimeOfDay '23.35'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.712'^^xsd:double;
  dwc:endLongitude '-28.712666667'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.039333333'^^xsd:double;
  dwc:endLatitude '30.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from sample DW 174 in the source, which has coordinates that correspond to DE 174 in the sample table provided by the expedition leaders.  Shell specimen(s).'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24861'^^xsd:integer;
  dwc:scientificName 'Neanthes kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 174'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.02'^^xsd:double;
  dwc:startTimeOfDay '23.02'^^xsd:double;
  dwc:endTimeOfDay '23.35'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.712'^^xsd:double;
  dwc:endLongitude '-28.712666667'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.039333333'^^xsd:double;
  dwc:endLatitude '30.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130390'^^xsd:integer;
  dwc:aphiaIdAccepted '130390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24882'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 174'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.02'^^xsd:double;
  dwc:startTimeOfDay '23.02'^^xsd:double;
  dwc:endTimeOfDay '23.35'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.712'^^xsd:double;
  dwc:endLongitude '-28.712666667'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.039333333'^^xsd:double;
  dwc:endLatitude '30.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24901'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 174'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.02'^^xsd:double;
  dwc:startTimeOfDay '23.02'^^xsd:double;
  dwc:endTimeOfDay '23.35'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.712'^^xsd:double;
  dwc:endLongitude '-28.712666667'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.039333333'^^xsd:double;
  dwc:endLatitude '30.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24834'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 174'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.02'^^xsd:double;
  dwc:startTimeOfDay '23.02'^^xsd:double;
  dwc:endTimeOfDay '23.35'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.712'^^xsd:double;
  dwc:endLongitude '-28.712666667'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.039333333'^^xsd:double;
  dwc:endLatitude '30.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "72," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22905'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '72,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.03'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "72," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22947'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '72,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.03'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10219'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10235'^^xsd:integer;
  dwc:scientificName 'Trituba recurvata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180937'^^xsd:integer;
  dwc:aphiaIdAccepted '180937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12762'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12833'^^xsd:integer;
  dwc:scientificName 'Podocidaris sculpta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124253'^^xsd:integer;
  dwc:aphiaIdAccepted '124253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13020'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22734'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22762'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22774'^^xsd:integer;
  dwc:scientificName 'Gesaia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '333496'^^xsd:integer;
  dwc:aphiaIdAccepted '333496'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24099'^^xsd:integer;
  dwc:scientificName 'Eudolium bairdii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '141686'^^xsd:integer;
  dwc:aphiaIdAccepted '141686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22753'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.27 -28.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.27"^^xsd:decimal ;
  dwc:decimalLongitude "-28.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24118'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 202'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:startTimeOfDay '12.05'^^xsd:double;
  dwc:endTimeOfDay '12.2'^^xsd:double;
  dwc:longitude '-28.71'^^xsd:double;
  dwc:startLongitude '-28.719166667'^^xsd:double;
  dwc:endLongitude '-28.718'^^xsd:double;
  dwc:latitude '31.27'^^xsd:double;
  dwc:startLatitude '31.275'^^xsd:double;
  dwc:endLatitude '31.278333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10211'^^xsd:integer;
  dwc:scientificName 'Trituba incredita'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimens were shells only.'^^xsd:string;
  dwc:aphiaid '180934'^^xsd:integer;
  dwc:aphiaIdAccepted '180934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24113'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24835'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24854'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24883'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24862'^^xsd:integer;
  dwc:scientificName 'Neanthes kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:aphiaid '130390'^^xsd:integer;
  dwc:aphiaIdAccepted '130390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24166'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 179'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.63'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.705'^^xsd:double;
  dwc:endLongitude '-28.700333333'^^xsd:double;
  dwc:latitude '30'^^xsd:integer;
  dwc:startLatitude '30.0095'^^xsd:double;
  dwc:endLatitude '30.015333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12968'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24112'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24164'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24856'^^xsd:integer;
  dwc:scientificName 'Longibrachium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '129401'^^xsd:integer;
  dwc:aphiaIdAccepted '129401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24878'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24885'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24897'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24900'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 167'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.53'^^xsd:double;
  dwc:startTimeOfDay '9.53'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-28.7'^^xsd:double;
  dwc:startLongitude '-28.701666667'^^xsd:double;
  dwc:endLongitude '-28.699'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.076666667'^^xsd:double;
  dwc:endLatitude '30.078833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10210'^^xsd:integer;
  dwc:scientificName 'Trituba incredita'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180934'^^xsd:integer;
  dwc:aphiaIdAccepted '180934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23980'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24059'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24144'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s) - 1 holotype and 3 paratypes'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24165'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24827'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24843'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24860'^^xsd:integer;
  dwc:scientificName 'Neanthes kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '130390'^^xsd:integer;
  dwc:aphiaIdAccepted '130390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24863'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 172'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '19.67'^^xsd:double;
  dwc:longitude '-28.69'^^xsd:double;
  dwc:startLongitude '-28.691666667'^^xsd:double;
  dwc:endLongitude '-28.692333333'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.085166667'^^xsd:double;
  dwc:endLatitude '30.0795'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24824'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24832'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24853'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24875'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24888'^^xsd:integer;
  dwc:scientificName 'Poecilochaetus serpens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '130711'^^xsd:integer;
  dwc:aphiaIdAccepted '130711'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24896'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24884'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13015'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments of 1 living individual collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "59"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24804'^^xsd:integer;
  dwc:scientificName 'Cirratulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 178'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.67'^^xsd:double;
  dwc:startTimeOfDay '15.67'^^xsd:double;
  dwc:endTimeOfDay '16'^^xsd:integer;
  dwc:longitude '-28.67'^^xsd:double;
  dwc:startLongitude '-28.672833333'^^xsd:double;
  dwc:endLongitude '-28.673'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.974833333'^^xsd:double;
  dwc:endLatitude '29.964'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '59'^^xsd:integer;
  dwc:aphiaid '919'^^xsd:integer;
  dwc:aphiaIdAccepted '919'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14194'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "71," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22904'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '71,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "71," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22946'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '71,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'stage II and III zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22957'^^xsd:integer;
  dwc:scientificName 'Polymetme corythaeola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127300'^^xsd:integer;
  dwc:aphiaIdAccepted '127300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22970'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22979'^^xsd:integer;
  dwc:scientificName 'Gnathophis codoniphorus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126286'^^xsd:integer;
  dwc:aphiaIdAccepted '126286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22999'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23045'^^xsd:integer;
  dwc:scientificName 'Centrodraco acanthopoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126847'^^xsd:integer;
  dwc:aphiaIdAccepted '126847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9286'^^xsd:integer;
  dwc:scientificName 'Centrodraco acanthopoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126847'^^xsd:integer;
  dwc:aphiaIdAccepted '126847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9294'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9301'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9325'^^xsd:integer;
  dwc:scientificName 'Gnathophis codoniphorus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126286'^^xsd:integer;
  dwc:aphiaIdAccepted '126286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9334'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9371'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9461'^^xsd:integer;
  dwc:scientificName 'Polymetme corythaelo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127300'^^xsd:integer;
  dwc:aphiaIdAccepted '127300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24739'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24740'^^xsd:integer;
  dwc:scientificName 'Exogone longiantennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '327979'^^xsd:integer;
  dwc:aphiaIdAccepted '327979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24741'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24742'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24743'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24744'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23076'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22990'^^xsd:integer;
  dwc:scientificName 'Malacocephalus laevis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '272392'^^xsd:integer;
  dwc:aphiaIdAccepted '272392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24737'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24738'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "450"^^xsd:integer ;
  dwc:maximumDepthInMeters "505"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "184, AT 80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9416'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '184, AT 80'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:startTimeOfDay '2.25'^^xsd:double;
  dwc:endTimeOfDay '3.25'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '450'^^xsd:integer;
  dwc:maximumDepth '505'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "163a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24665'^^xsd:integer;
  dwc:scientificName 'Hermodice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '163a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129187'^^xsd:integer;
  dwc:aphiaIdAccepted '129187'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "163a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24666'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '163a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "163a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24668'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '163a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "163a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24669'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '163a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "163a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24667'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '163a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1004"^^xsd:integer ;
  dwc:maximumDepthInMeters "1020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "73," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22906'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '73,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.53'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1004'^^xsd:integer;
  dwc:maximumDepth '1020'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1004"^^xsd:integer ;
  dwc:maximumDepthInMeters "1020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "73," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22926'^^xsd:integer;
  dwc:scientificName 'Dardanus arrosor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '73,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.53'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1004'^^xsd:integer;
  dwc:maximumDepth '1020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage IV zoea'^^xsd:string;
  dwc:aphiaid '107197'^^xsd:integer;
  dwc:aphiaIdAccepted '107197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1004"^^xsd:integer ;
  dwc:maximumDepthInMeters "1020"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "73," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22938'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '73,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.53'^^xsd:double;
  dwc:longitude '-28.66'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1004'^^xsd:integer;
  dwc:maximumDepth '1020'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage II zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "54," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23090'^^xsd:integer;
  dwc:scientificName 'Malacostraca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '54,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '1071'^^xsd:integer;
  dwc:aphiaIdAccepted '1071'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "54," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22945'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '54,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage II zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "796"^^xsd:integer ;
  dwc:maximumDepthInMeters "796"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "137," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13155'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '137,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '796'^^xsd:integer;
  dwc:maximumDepth '796'^^xsd:integer;
  dwc:occurrenceRemarks '3 valves collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24606'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24607'^^xsd:integer;
  dwc:scientificName 'Euphrosine armadillo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130080'^^xsd:integer;
  dwc:aphiaIdAccepted '130080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24609'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '29'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24610'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24611'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24612'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24613'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24614'^^xsd:integer;
  dwc:scientificName 'Eurysyllis tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131288'^^xsd:integer;
  dwc:aphiaIdAccepted '131288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24615'^^xsd:integer;
  dwc:scientificName 'Exogone longiantennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '327979'^^xsd:integer;
  dwc:aphiaIdAccepted '327979'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24616'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24617'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24618'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24619'^^xsd:integer;
  dwc:scientificName 'Onuphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '129404'^^xsd:integer;
  dwc:aphiaIdAccepted '129404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24620'^^xsd:integer;
  dwc:scientificName 'Ramphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '334695'^^xsd:integer;
  dwc:aphiaIdAccepted '334695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24608'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24621'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "335"^^xsd:integer ;
  dwc:maximumDepthInMeters "343"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "152a, KD 57" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24622'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '152a, KD 57'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.65'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '335'^^xsd:integer;
  dwc:maximumDepth '343'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "823"^^xsd:integer ;
  dwc:maximumDepthInMeters "823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "152," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13152'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '152,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '823'^^xsd:integer;
  dwc:maximumDepth '823'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "823"^^xsd:integer ;
  dwc:maximumDepthInMeters "823"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "152," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13198'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '152,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '823'^^xsd:integer;
  dwc:maximumDepth '823'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22960'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22971'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22989'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23000'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23004'^^xsd:integer;
  dwc:scientificName 'Cyttopsis rosea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127425'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23011'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23029'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23032'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23075'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9108'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '41'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9120'^^xsd:integer;
  dwc:scientificName 'Malacocephalus laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '272392'^^xsd:integer;
  dwc:aphiaIdAccepted '272392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9136'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9187'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9215'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9244'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9275'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9303'^^xsd:integer;
  dwc:scientificName 'Cyttopsis rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127425'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9321'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9386'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9420'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9471'^^xsd:integer;
  dwc:scientificName 'Raja maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105884'^^xsd:integer;
  dwc:aphiaIdAccepted '105884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9497'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9502'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9531'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24746'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24747'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24748'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23040'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23063'^^xsd:integer;
  dwc:scientificName 'Setarches guentheri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127258'^^xsd:integer;
  dwc:aphiaIdAccepted '127258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24749'^^xsd:integer;
  dwc:scientificName 'Eunice norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130058'^^xsd:integer;
  dwc:aphiaIdAccepted '130058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23003'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24750'^^xsd:integer;
  dwc:scientificName 'Chone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129525'^^xsd:integer;
  dwc:aphiaIdAccepted '129525'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9451'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "340"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "189, KT 84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9156'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '189, KT 84'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '340'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13154'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13213'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9113'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9188'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9302'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9332'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9372'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9422'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "375"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9293," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9154'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9293'^^xsd:gYear;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:startTimeOfDay '21.75'^^xsd:double;
  dwc:endTimeOfDay '22.28'^^xsd:double;
  dwc:longitude '-28.64'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '375'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12626'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 176'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.7'^^xsd:double;
  dwc:startTimeOfDay '11.7'^^xsd:double;
  dwc:endTimeOfDay '12.03'^^xsd:double;
  dwc:longitude '-28.63'^^xsd:double;
  dwc:startLongitude '-28.633833333'^^xsd:double;
  dwc:endLongitude '-28.637333333'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.978'^^xsd:double;
  dwc:endLatitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24830'^^xsd:integer;
  dwc:scientificName 'Euphrosine armadillo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 177'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '13.93'^^xsd:double;
  dwc:longitude '-28.63'^^xsd:double;
  dwc:startLongitude '-28.634833333'^^xsd:double;
  dwc:endLongitude '-28.642833333'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.973833333'^^xsd:double;
  dwc:endLatitude '29.941833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '130080'^^xsd:integer;
  dwc:aphiaIdAccepted '130080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24872'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 177'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '13.93'^^xsd:double;
  dwc:longitude '-28.63'^^xsd:double;
  dwc:startLongitude '-28.634833333'^^xsd:double;
  dwc:endLongitude '-28.642833333'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.973833333'^^xsd:double;
  dwc:endLatitude '29.941833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24821'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 177'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.92'^^xsd:double;
  dwc:startTimeOfDay '12.92'^^xsd:double;
  dwc:endTimeOfDay '13.93'^^xsd:double;
  dwc:longitude '-28.63'^^xsd:double;
  dwc:startLongitude '-28.634833333'^^xsd:double;
  dwc:endLongitude '-28.642833333'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:startLatitude '29.973833333'^^xsd:double;
  dwc:endLatitude '29.941833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9090'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9125'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '230'^^xsd:integer;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9147'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9210'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9233'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9336'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9351'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9376'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9407'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '2791'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9507'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '187'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9524'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "496," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9265'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '496,'^^xsd:string;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:startTimeOfDay '8.15'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:startLongitude '-28.62667'^^xsd:double;
  dwc:endLongitude '-28.63167'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.935'^^xsd:double;
  dwc:endLatitude '29.91333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:individualCount '1882'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "161c, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22965'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '161c, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Listed as "Station 161a" (does not exist), unable to resolve which station where this species was acquired.'^^xsd:string;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "161c, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22986'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '161c, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "161c, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22992'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '161c, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "161c, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23010'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '161c, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161c, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24664'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161c, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161c, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24663'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161c, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.62'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.66 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.66"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "6," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22867'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '6,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.88'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.66 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.66"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "6," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22878'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '6,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.88'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.66 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.66"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "6," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22921'^^xsd:integer;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '6,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.88'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeae, stages IV & VI'^^xsd:string;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29521'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29522'^^xsd:integer;
  dwc:scientificName 'Trifarina carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113758'^^xsd:integer;
  dwc:aphiaIdAccepted '113756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29523'^^xsd:integer;
  dwc:scientificName 'Brizalina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113006'^^xsd:integer;
  dwc:aphiaIdAccepted '112985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29525'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29527'^^xsd:integer;
  dwc:scientificName 'Cibicidoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112084'^^xsd:integer;
  dwc:aphiaIdAccepted '112084'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29528'^^xsd:integer;
  dwc:scientificName 'Cyclammina trullisata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114049'^^xsd:integer;
  dwc:aphiaIdAccepted '114049'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29530'^^xsd:integer;
  dwc:scientificName 'Epistominella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112168'^^xsd:integer;
  dwc:aphiaIdAccepted '112168'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29532'^^xsd:integer;
  dwc:scientificName 'Globocassidulina subglobosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113091'^^xsd:integer;
  dwc:aphiaIdAccepted '113091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29533'^^xsd:integer;
  dwc:scientificName 'Haplophragmoides canariensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113948'^^xsd:integer;
  dwc:aphiaIdAccepted '113948'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29534'^^xsd:integer;
  dwc:scientificName 'Lagena sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113509'^^xsd:integer;
  dwc:aphiaIdAccepted '113509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29535'^^xsd:integer;
  dwc:scientificName 'Lenticulina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112284'^^xsd:integer;
  dwc:aphiaIdAccepted '112284'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29536'^^xsd:integer;
  dwc:scientificName 'Robertinoides chapmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29538'^^xsd:integer;
  dwc:scientificName 'Spiroplectammina sagittula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114228'^^xsd:integer;
  dwc:aphiaIdAccepted '114285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29539'^^xsd:integer;
  dwc:scientificName 'Textularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112394'^^xsd:integer;
  dwc:aphiaIdAccepted '112394'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29540'^^xsd:integer;
  dwc:scientificName 'Trochammina inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114348'^^xsd:integer;
  dwc:aphiaIdAccepted '114348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29544'^^xsd:integer;
  dwc:scientificName 'Polystomammina nitida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114321'^^xsd:integer;
  dwc:aphiaIdAccepted '114321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29529'^^xsd:integer;
  dwc:scientificName 'Eggerelloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112326'^^xsd:integer;
  dwc:aphiaIdAccepted '112326'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "205"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "516," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29537'^^xsd:integer;
  dwc:scientificName 'Saracenaria italica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '516,'^^xsd:string;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '205'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113809'^^xsd:integer;
  dwc:aphiaIdAccepted '113809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12619'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '120'^^xsd:integer;
  dwc:occurrenceRemarks '50 from 120 captured were saved'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12645'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '51'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12904'^^xsd:integer;
  dwc:scientificName 'Spatangus inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'Numerous fragments of bare test collected'^^xsd:string;
  dwc:aphiaid '124414'^^xsd:integer;
  dwc:aphiaIdAccepted '738440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13113'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13143'^^xsd:integer;
  dwc:scientificName 'Panacca montana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks '1 right valve collected'^^xsd:string;
  dwc:aphiaid '468197'^^xsd:integer;
  dwc:aphiaIdAccepted '468197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13166'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14041'^^xsd:integer;
  dwc:scientificName 'Coronaster briareus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '178807'^^xsd:integer;
  dwc:aphiaIdAccepted '178807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14728'^^xsd:integer;
  dwc:scientificName 'Anomocora fecunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135130'^^xsd:integer;
  dwc:aphiaIdAccepted '135130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14756'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12999'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14805'^^xsd:integer;
  dwc:scientificName 'Deltocyathoides stimpsonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135215'^^xsd:integer;
  dwc:aphiaIdAccepted '546694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13192'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '17.12'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks '2 damaged valves collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13176'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13199'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '9 valves collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24670'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24671'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24672'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '80'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24673'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24674'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24675'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24676'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis zebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131467'^^xsd:integer;
  dwc:aphiaIdAccepted '131467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24677'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '54'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24678'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '44'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24679'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24680'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '64'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24681'^^xsd:integer;
  dwc:scientificName 'Eurysyllis tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '131288'^^xsd:integer;
  dwc:aphiaIdAccepted '131288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24682'^^xsd:integer;
  dwc:scientificName 'Onuphidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '965'^^xsd:integer;
  dwc:aphiaIdAccepted '965'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24683'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "318"^^xsd:integer ;
  dwc:maximumDepthInMeters "321"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.61)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, DD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24684'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, DD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:longitude '-28.61'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '318'^^xsd:integer;
  dwc:maximumDepth '321'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21237'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.608333333'^^xsd:double;
  dwc:endLongitude '-28.613333333'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:startLatitude '29.89'^^xsd:double;
  dwc:endLatitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT, BLL---295-426---no:75'^^xsd:string;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "459," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21301'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '459,'^^xsd:string;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.608333333'^^xsd:double;
  dwc:endLongitude '-28.613333333'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:startLatitude '29.89'^^xsd:double;
  dwc:endLatitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks 'BLL, BT, PT---35-349---no:306'^^xsd:string;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9112'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9118'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9171'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '51'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9279'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9460'^^xsd:integer;
  dwc:scientificName 'Physiculus dalwigki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126498'^^xsd:integer;
  dwc:aphiaIdAccepted '126498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9477'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9492'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9429'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '75'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9438'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9511'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9133'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '57'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9205'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "435"^^xsd:integer ;
  dwc:maximumDepthInMeters "460"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9308," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9197'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9308'^^xsd:gYear;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:startTimeOfDay '16.4'^^xsd:double;
  dwc:endTimeOfDay '17.4'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '435'^^xsd:integer;
  dwc:maximumDepth '460'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1175"^^xsd:integer ;
  dwc:maximumDepthInMeters "1210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "172," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16026'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:fieldNumber '172,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.53'^^xsd:double;
  dwc:startTimeOfDay '16.53'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '1175'^^xsd:integer;
  dwc:maximumDepth '1210'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1175"^^xsd:integer ;
  dwc:maximumDepthInMeters "1210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "172," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16105'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:fieldNumber '172,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.53'^^xsd:double;
  dwc:startTimeOfDay '16.53'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '1175'^^xsd:integer;
  dwc:maximumDepth '1210'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1175"^^xsd:integer ;
  dwc:maximumDepthInMeters "1210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "172," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16268'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:fieldNumber '172,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.53'^^xsd:double;
  dwc:startTimeOfDay '16.53'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '1175'^^xsd:integer;
  dwc:maximumDepth '1210'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12618'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:occurrenceRemarks '20 collected from 40 captured collected'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12903'^^xsd:integer;
  dwc:scientificName 'Spatangus inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments of bare tests collected'^^xsd:string;
  dwc:aphiaid '124414'^^xsd:integer;
  dwc:aphiaIdAccepted '738440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12998'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13256'^^xsd:integer;
  dwc:scientificName 'Heteralepas microstoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '106169'^^xsd:integer;
  dwc:aphiaIdAccepted '106169'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14727'^^xsd:integer;
  dwc:scientificName 'Anomocora fecunda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135130'^^xsd:integer;
  dwc:aphiaIdAccepted '135130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14755'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12644'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.47'^^xsd:double;
  dwc:startTimeOfDay '15.47'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10234'^^xsd:integer;
  dwc:scientificName 'Trituba recurvata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:occurrenceRemarks 'The 24 found includes 2 whole and 22 shells.'^^xsd:string;
  dwc:aphiaid '180937'^^xsd:integer;
  dwc:aphiaIdAccepted '180937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12584'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12660'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12862'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22744'^^xsd:integer;
  dwc:scientificName 'Dahousiella carpenteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '130150'^^xsd:integer;
  dwc:aphiaIdAccepted '130150'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22747'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22771'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22773'^^xsd:integer;
  dwc:scientificName 'Lagisca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '129494'^^xsd:integer;
  dwc:aphiaIdAccepted '129494'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24020'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24032'^^xsd:integer;
  dwc:scientificName 'Laubierina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)(protoconch only)'^^xsd:string;
  dwc:aphiaid '138107'^^xsd:integer;
  dwc:aphiaIdAccepted '138107'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24274'^^xsd:integer;
  dwc:scientificName 'Eulimella similebala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 1 paratype'^^xsd:string;
  dwc:aphiaid '458088'^^xsd:integer;
  dwc:aphiaIdAccepted '458088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24286'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24303'^^xsd:integer;
  dwc:scientificName 'Odostomia restii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141012'^^xsd:integer;
  dwc:aphiaIdAccepted '141012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24304'^^xsd:integer;
  dwc:scientificName 'Odostomia umbilicatissima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 3 paratypes'^^xsd:string;
  dwc:aphiaid '141024'^^xsd:integer;
  dwc:aphiaIdAccepted '141024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24305'^^xsd:integer;
  dwc:scientificName 'Odostomia odostomella'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 3 paratypes'^^xsd:string;
  dwc:aphiaid '141007'^^xsd:integer;
  dwc:aphiaIdAccepted '141007'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24309'^^xsd:integer;
  dwc:scientificName 'Odostomia prona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 12 paratypes'^^xsd:string;
  dwc:aphiaid '141011'^^xsd:integer;
  dwc:aphiaIdAccepted '141011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24323'^^xsd:integer;
  dwc:scientificName 'Turbonilla micans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141076'^^xsd:integer;
  dwc:aphiaIdAccepted '141076'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24326'^^xsd:integer;
  dwc:scientificName 'Turbonilla hoecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141068'^^xsd:integer;
  dwc:aphiaIdAccepted '141068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24332'^^xsd:integer;
  dwc:scientificName 'Turbonilla gofasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 1 paratype'^^xsd:string;
  dwc:aphiaid '141063'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23627'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24360'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22775'^^xsd:integer;
  dwc:scientificName 'Chone duneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:aphiaid '130888'^^xsd:integer;
  dwc:aphiaIdAccepted '130888'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24266'^^xsd:integer;
  dwc:scientificName 'Chrysallida boucheti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s).'^^xsd:string;
  dwc:aphiaid '140899'^^xsd:integer;
  dwc:aphiaIdAccepted '140899'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "347"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24293'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 200'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:startTimeOfDay '23.5'^^xsd:double;
  dwc:endTimeOfDay '23.67'^^xsd:double;
  dwc:longitude '-28.6'^^xsd:double;
  dwc:startLongitude '-28.600166667'^^xsd:double;
  dwc:endLongitude '-28.598666667'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.317833333'^^xsd:double;
  dwc:endLatitude '31.321166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '347'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12620'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13559'^^xsd:integer;
  dwc:scientificName 'Poecilasma kaempferi'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '183353'^^xsd:integer;
  dwc:aphiaIdAccepted '183353'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15928'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '93'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16101'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '55'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16107'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16413'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16488'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16678'^^xsd:integer;
  dwc:scientificName 'Scomber scombrus'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127023'^^xsd:integer;
  dwc:aphiaIdAccepted '127023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16896'^^xsd:integer;
  dwc:scientificName 'Synodus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '125686'^^xsd:integer;
  dwc:aphiaIdAccepted '125686'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16897'^^xsd:integer;
  dwc:scientificName 'Decapterus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '125937'^^xsd:integer;
  dwc:aphiaIdAccepted '125937'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14195'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16765'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16589'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "985"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "174," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13254'^^xsd:integer;
  dwc:scientificName 'Heteralepas microstoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '174,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.33'^^xsd:double;
  dwc:startTimeOfDay '13.33'^^xsd:double;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '985'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '106169'^^xsd:integer;
  dwc:aphiaIdAccepted '106169'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22966'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24685'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24686'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24687'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24689'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24690'^^xsd:integer;
  dwc:scientificName 'Myrianida quindecimdentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '238201'^^xsd:integer;
  dwc:aphiaIdAccepted '238201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24691'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24692'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24693'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.59)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "169a, AT 67" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24688'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '169a, AT 67'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:startTimeOfDay '11.25'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.59'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22985'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23017'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23026'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23069'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9088'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24593'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24594'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24595'^^xsd:integer;
  dwc:scientificName 'Mystides uschakovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '329093'^^xsd:integer;
  dwc:aphiaIdAccepted '329093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24596'^^xsd:integer;
  dwc:scientificName 'Hesionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '946'^^xsd:integer;
  dwc:aphiaIdAccepted '946'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24597'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24599'^^xsd:integer;
  dwc:scientificName 'Myrianida quindecimdentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '238201'^^xsd:integer;
  dwc:aphiaIdAccepted '238201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24600'^^xsd:integer;
  dwc:scientificName 'Autolytus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129646'^^xsd:integer;
  dwc:aphiaIdAccepted '129659'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24601'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24602'^^xsd:integer;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24604'^^xsd:integer;
  dwc:scientificName 'Dipolydora caulleryi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131116'^^xsd:integer;
  dwc:aphiaIdAccepted '131116'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9458'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24598'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "316"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "151a, AT 56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24603'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '151a, AT 56'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:startTimeOfDay '7.5'^^xsd:double;
  dwc:endTimeOfDay '8.5'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '316'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23002'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23028'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23073'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23077'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9138'^^xsd:integer;
  dwc:scientificName 'Perciformes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '11014'^^xsd:integer;
  dwc:aphiaIdAccepted '11014'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9158'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '70'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9179'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9216'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9243'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9274'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9293'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9387'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9512'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '72'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9532'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24745'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9452'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23031'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9107'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '42'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "186, KT 82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9433'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '186, KT 82'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.33'^^xsd:double;
  dwc:startTimeOfDay '14.33'^^xsd:double;
  dwc:endTimeOfDay '16.33'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:individualCount '627'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1652"^^xsd:integer ;
  dwc:maximumDepthInMeters "1652"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "151," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13158'^^xsd:integer;
  dwc:scientificName 'Haliris lamothei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '151,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1652'^^xsd:integer;
  dwc:maximumDepth '1652'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '236732'^^xsd:integer;
  dwc:aphiaIdAccepted '236732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13159'^^xsd:integer;
  dwc:scientificName 'Haliris lamothei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '236732'^^xsd:integer;
  dwc:aphiaIdAccepted '236732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13200'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve, fragments collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24694'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24695'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24698'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24699'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24700'^^xsd:integer;
  dwc:scientificName 'Eurysyllis tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131288'^^xsd:integer;
  dwc:aphiaIdAccepted '131288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24701'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24703'^^xsd:integer;
  dwc:scientificName 'Ramphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '334695'^^xsd:integer;
  dwc:aphiaIdAccepted '334695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24707'^^xsd:integer;
  dwc:scientificName 'Samythella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129178'^^xsd:integer;
  dwc:aphiaIdAccepted '129178'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24708'^^xsd:integer;
  dwc:scientificName 'Onuphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129404'^^xsd:integer;
  dwc:aphiaIdAccepted '129404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24702'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24704'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24696'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24697'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24705'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '97'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24706'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.09"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "306"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.09 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.09"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "170, DD 68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13177'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '170, DD 68'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.42'^^xsd:double;
  dwc:startTimeOfDay '15.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '306'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:occurrenceRemarks '4 valves collected'^^xsd:string;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "354"^^xsd:integer ;
  dwc:maximumDepthInMeters "354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "64," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22899'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '64,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '16.08'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '354'^^xsd:integer;
  dwc:maximumDepth '354'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "354"^^xsd:integer ;
  dwc:maximumDepthInMeters "354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "64," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22940'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '64,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '16.08'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '354'^^xsd:integer;
  dwc:maximumDepth '354'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III and IV zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "354"^^xsd:integer ;
  dwc:maximumDepthInMeters "354"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "64," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22950'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '64,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '16.08'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '354'^^xsd:integer;
  dwc:maximumDepth '354'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage IV zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "293"^^xsd:integer ;
  dwc:maximumDepthInMeters "293"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22722'^^xsd:integer;
  dwc:scientificName 'Amage gallasi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 198'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.77'^^xsd:double;
  dwc:startTimeOfDay '17.77'^^xsd:double;
  dwc:endTimeOfDay '17.78'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:startLongitude '-28.584166667'^^xsd:double;
  dwc:endLongitude '-28.581333333'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.313166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '293'^^xsd:integer;
  dwc:maximumDepth '293'^^xsd:integer;
  dwc:aphiaid '367735'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "293"^^xsd:integer ;
  dwc:maximumDepthInMeters "293"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.58)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22761'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 198'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.77'^^xsd:double;
  dwc:startTimeOfDay '17.77'^^xsd:double;
  dwc:endTimeOfDay '17.78'^^xsd:double;
  dwc:longitude '-28.58'^^xsd:double;
  dwc:startLongitude '-28.584166667'^^xsd:double;
  dwc:endLongitude '-28.581333333'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.31'^^xsd:double;
  dwc:endLatitude '31.313166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '293'^^xsd:integer;
  dwc:maximumDepth '293'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23088'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23136'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23143'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23149'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23153'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23169'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '127'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23184'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23199'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '2932'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23207'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23231'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23245'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23262'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23268'^^xsd:integer;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23280'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23293'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23296'^^xsd:integer;
  dwc:scientificName 'Cephalopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '11707'^^xsd:integer;
  dwc:aphiaIdAccepted '11707'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23305'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23319'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23329'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23345'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '45'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23377'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23219'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '175'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23335'^^xsd:integer;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.57)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 22" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23354'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 22'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:startTimeOfDay '13.05'^^xsd:double;
  dwc:endTimeOfDay '13.55'^^xsd:double;
  dwc:longitude '-28.57'^^xsd:double;
  dwc:startLongitude '-28.57'^^xsd:double;
  dwc:endLongitude '-28.563333333'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.065'^^xsd:double;
  dwc:endLatitude '30.065'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "5," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22860'^^xsd:integer;
  dwc:scientificName 'Lophogaster subglaber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '5,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '22.83'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '119935'^^xsd:integer;
  dwc:aphiaIdAccepted '119935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "5," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22913'^^xsd:integer;
  dwc:scientificName 'Parapenaeus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '5,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '22.83'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage ?V mysis'^^xsd:string;
  dwc:aphiaid '106819'^^xsd:integer;
  dwc:aphiaIdAccepted '106819'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "5," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22877'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '5,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '22.83'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "278"^^xsd:integer ;
  dwc:maximumDepthInMeters "278"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "70," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22915'^^xsd:integer;
  dwc:scientificName 'Parapenaeus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '70,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '278'^^xsd:integer;
  dwc:maximumDepth '278'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage ?IV mysis'^^xsd:string;
  dwc:aphiaid '106819'^^xsd:integer;
  dwc:aphiaIdAccepted '106819'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "278"^^xsd:integer ;
  dwc:maximumDepthInMeters "278"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "70," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22937'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '70,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '278'^^xsd:integer;
  dwc:maximumDepth '278'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "278"^^xsd:integer ;
  dwc:maximumDepthInMeters "278"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "70," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22948'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '70,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '278'^^xsd:integer;
  dwc:maximumDepth '278'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'stage II and III zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "278"^^xsd:integer ;
  dwc:maximumDepthInMeters "278"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.56)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "70," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22903'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '70,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:longitude '-28.56'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '278'^^xsd:integer;
  dwc:maximumDepth '278'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "679"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "28"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "65," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22941'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '65,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '16.63'^^xsd:double;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '28'^^xsd:integer;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '679'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "679"^^xsd:integer ;
  dwc:maximumDepthInMeters "730"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "28"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "65," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22900'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '65,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '16.63'^^xsd:double;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '28'^^xsd:integer;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '679'^^xsd:integer;
  dwc:maximumDepth '730'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29632'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29635'^^xsd:integer;
  dwc:scientificName 'Ammoscalaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112322'^^xsd:integer;
  dwc:aphiaIdAccepted '112322'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29636'^^xsd:integer;
  dwc:scientificName 'Brizalina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113006'^^xsd:integer;
  dwc:aphiaIdAccepted '112985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29637'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29638'^^xsd:integer;
  dwc:scientificName 'Eggerelloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112326'^^xsd:integer;
  dwc:aphiaIdAccepted '112326'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29641'^^xsd:integer;
  dwc:scientificName 'Hoeglundina elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113341'^^xsd:integer;
  dwc:aphiaIdAccepted '113341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29643'^^xsd:integer;
  dwc:scientificName 'Nonionella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112233'^^xsd:integer;
  dwc:aphiaIdAccepted '112233'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29645'^^xsd:integer;
  dwc:scientificName 'Reophax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112341'^^xsd:integer;
  dwc:aphiaIdAccepted '112341'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29646'^^xsd:integer;
  dwc:scientificName 'Rotaliina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '111891'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29647'^^xsd:integer;
  dwc:scientificName 'Saccammina sphaerica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114191'^^xsd:integer;
  dwc:aphiaIdAccepted '114191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29648'^^xsd:integer;
  dwc:scientificName 'Spirillina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112273'^^xsd:integer;
  dwc:aphiaIdAccepted '112273'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29649'^^xsd:integer;
  dwc:scientificName 'Spiroplectammina sagittula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114228'^^xsd:integer;
  dwc:aphiaIdAccepted '114285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29650'^^xsd:integer;
  dwc:scientificName 'Trochammina inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114348'^^xsd:integer;
  dwc:aphiaIdAccepted '114348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29651'^^xsd:integer;
  dwc:scientificName 'Tritaxis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114335'^^xsd:integer;
  dwc:aphiaIdAccepted '114360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29634'^^xsd:integer;
  dwc:scientificName 'Allogromiida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '163155'^^xsd:integer;
  dwc:aphiaIdAccepted '163155'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1055"^^xsd:integer ;
  dwc:maximumDepthInMeters "1070"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "467," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29644'^^xsd:integer;
  dwc:scientificName 'Paumotua terebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '467,'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:minimumDepth '1055'^^xsd:integer;
  dwc:maximumDepth '1070'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '582380'^^xsd:integer;
  dwc:aphiaIdAccepted '582380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "131b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13153'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '131b'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "131b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13170'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '131b'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '3 valves collected'^^xsd:string;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "131b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13403'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '131b'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "256"^^xsd:integer ;
  dwc:maximumDepthInMeters "256"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22748'^^xsd:integer;
  dwc:scientificName 'Leocrates atlanticus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 197'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.77'^^xsd:double;
  dwc:startTimeOfDay '17.77'^^xsd:double;
  dwc:endTimeOfDay '17.95'^^xsd:double;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:startLongitude '-28.559'^^xsd:double;
  dwc:endLongitude '-28.555333333'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.3135'^^xsd:double;
  dwc:endLatitude '31.316833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '256'^^xsd:integer;
  dwc:maximumDepth '256'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from sample H196 in the source, which has coordinates that correspond to CP196 in the sample table provided by the expedition leaders.'^^xsd:string;
  dwc:aphiaid '130166'^^xsd:integer;
  dwc:aphiaIdAccepted '340177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "256"^^xsd:integer ;
  dwc:maximumDepthInMeters "256"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22749'^^xsd:integer;
  dwc:scientificName 'Leonnates glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 197'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.77'^^xsd:double;
  dwc:startTimeOfDay '17.77'^^xsd:double;
  dwc:endTimeOfDay '17.95'^^xsd:double;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:startLongitude '-28.559'^^xsd:double;
  dwc:endLongitude '-28.555333333'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.3135'^^xsd:double;
  dwc:endLatitude '31.316833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '256'^^xsd:integer;
  dwc:maximumDepth '256'^^xsd:integer;
  dwc:aphiaid '333789'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.31"^^xsd:decimal ;
  dwc:decimalLongitude "-28.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "256"^^xsd:integer ;
  dwc:maximumDepthInMeters "256"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.31 -28.55)"^^geo:wktLiteral ;
  geo-pos:lat "31.31"^^xsd:decimal ;
  geo-pos:long "-28.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23626'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 197'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.77'^^xsd:double;
  dwc:startTimeOfDay '17.77'^^xsd:double;
  dwc:endTimeOfDay '17.95'^^xsd:double;
  dwc:longitude '-28.55'^^xsd:double;
  dwc:startLongitude '-28.559'^^xsd:double;
  dwc:endLongitude '-28.555333333'^^xsd:double;
  dwc:latitude '31.31'^^xsd:double;
  dwc:startLatitude '31.3135'^^xsd:double;
  dwc:endLatitude '31.316833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '256'^^xsd:integer;
  dwc:maximumDepth '256'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23086'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23134'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23152'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23205'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23217'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '130'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23229'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '57'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23260'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '55'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23266'^^xsd:integer;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23291'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23303'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23317'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23327'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23333'^^xsd:integer;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23343'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23352'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23167'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '380'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23182'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23197'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1948'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23243'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 20'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:startTimeOfDay '8.85'^^xsd:double;
  dwc:endTimeOfDay '9.32'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.533333333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.863333333'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24641'^^xsd:integer;
  dwc:scientificName 'Chloeia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129827'^^xsd:integer;
  dwc:aphiaIdAccepted '129827'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24642'^^xsd:integer;
  dwc:scientificName 'Hermodice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129187'^^xsd:integer;
  dwc:aphiaIdAccepted '129187'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24643'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24645'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24646'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24647'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24648'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24650'^^xsd:integer;
  dwc:scientificName 'Ramphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '334695'^^xsd:integer;
  dwc:aphiaIdAccepted '334695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24651'^^xsd:integer;
  dwc:scientificName 'Myrianida quindecimdentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '238201'^^xsd:integer;
  dwc:aphiaIdAccepted '238201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24652'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24653'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24654'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24644'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24649'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9091'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9183'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9235'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9266'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '248'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9328'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9353'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9404'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2493'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9503'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9525'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9143'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9208'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "488," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9440'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '488,'^^xsd:string;
  dwc:timeOfDay '0.67'^^xsd:double;
  dwc:startTimeOfDay '0.67'^^xsd:double;
  dwc:endTimeOfDay '0.92'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54'^^xsd:double;
  dwc:endLongitude '-28.54167'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:startLatitude '30.04833'^^xsd:double;
  dwc:endLatitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9098'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9127'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9222'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9251'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9255'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '2200'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9358'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9432'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '27114'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9444'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9475'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9510'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '234'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9528'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9190'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2500"^^xsd:integer ;
  dwc:maximumDepthInMeters "2780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "470," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9167'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '470,'^^xsd:string;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:startTimeOfDay '12.85'^^xsd:double;
  dwc:endTimeOfDay '13.62'^^xsd:double;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.545'^^xsd:double;
  dwc:endLongitude '-28.545'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:startLatitude '30.05667'^^xsd:double;
  dwc:endLatitude '28.545'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2500'^^xsd:integer;
  dwc:maximumDepth '2780'^^xsd:integer;
  dwc:individualCount '101'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9161'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9230'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9250'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9434'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '13985'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9489'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9514'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '181'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9536'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9264'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '773'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.07"^^xsd:decimal ;
  dwc:decimalLongitude "-28.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1022"^^xsd:integer ;
  dwc:maximumDepthInMeters "1022"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.07 -28.54)"^^geo:wktLiteral ;
  geo-pos:lat "30.07"^^xsd:decimal ;
  geo-pos:long "-28.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "469," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9382'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '469,'^^xsd:string;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:startTimeOfDay '10.25'^^xsd:double;
  dwc:endTimeOfDay '11'^^xsd:integer;
  dwc:longitude '-28.54'^^xsd:double;
  dwc:startLongitude '-28.54333'^^xsd:double;
  dwc:endLongitude '-28.54333'^^xsd:double;
  dwc:latitude '30.07'^^xsd:double;
  dwc:startLatitude '30.07833'^^xsd:double;
  dwc:endLatitude '30.05333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1022'^^xsd:integer;
  dwc:maximumDepth '1022'^^xsd:integer;
  dwc:individualCount '45'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23087'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23142'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23148'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23168'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '176'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23183'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23198'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '755'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23206'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23218'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '118'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23230'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23244'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23261'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '52'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23267'^^xsd:integer;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23292'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23304'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23318'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23328'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23334'^^xsd:integer;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23344'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23353'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23362'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23376'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23135'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "295"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23279'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 21'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:startTimeOfDay '10'^^xsd:integer;
  dwc:endTimeOfDay '10.5'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:startLongitude '-28.53'^^xsd:double;
  dwc:endLongitude '-28.525'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.878333333'^^xsd:double;
  dwc:endLatitude '29.888333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '295'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24655'^^xsd:integer;
  dwc:scientificName 'Hermodice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129187'^^xsd:integer;
  dwc:aphiaIdAccepted '129187'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24656'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24657'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24658'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '71'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24660'^^xsd:integer;
  dwc:scientificName 'Exogone naidana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '327985'^^xsd:integer;
  dwc:aphiaIdAccepted '327985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24661'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24662'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24659'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '50'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12610'^^xsd:integer;
  dwc:scientificName 'Cidaris nuda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:aphiaid '513177'^^xsd:integer;
  dwc:aphiaIdAccepted '513177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12941'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12992'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13193'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14124'^^xsd:integer;
  dwc:scientificName 'Ophiomyces grandis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125041'^^xsd:integer;
  dwc:aphiaIdAccepted '125041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14846'^^xsd:integer;
  dwc:scientificName 'Eguchipsammia gaditana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:aphiaid '135189'^^xsd:integer;
  dwc:aphiaIdAccepted '135189'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12615'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2167"^^xsd:integer ;
  dwc:maximumDepthInMeters "2167"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "42," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13257'^^xsd:integer;
  dwc:scientificName 'Heteralepas mystacophora'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '42,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '20.33'^^xsd:double;
  dwc:startTimeOfDay '20.33'^^xsd:double;
  dwc:endTimeOfDay '20.83'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2167'^^xsd:integer;
  dwc:maximumDepth '2167'^^xsd:integer;
  dwc:occurrenceRemarks 'on Antipatharia several hundreds'^^xsd:string;
  dwc:aphiaid '729785'^^xsd:integer;
  dwc:aphiaIdAccepted '729785'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "980"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22872'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.82'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '980'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "980"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.53)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22908'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.82'^^xsd:double;
  dwc:longitude '-28.53'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '980'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23140'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23165'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23180'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23195'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '55'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23249'^^xsd:integer;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23258'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23325'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23360'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23374'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23241'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.87 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.87"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 18" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23315'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 18'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.07'^^xsd:double;
  dwc:startTimeOfDay '4.07'^^xsd:double;
  dwc:endTimeOfDay '4.62'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.525'^^xsd:double;
  dwc:endLongitude '-28.513333333'^^xsd:double;
  dwc:latitude '29.87'^^xsd:double;
  dwc:startLatitude '29.871666667'^^xsd:double;
  dwc:endLatitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24799'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24805'^^xsd:integer;
  dwc:scientificName 'Pterolysippe vanelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '334692'^^xsd:integer;
  dwc:aphiaIdAccepted '129792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24817'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24837'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24849'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24865'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24899'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "44"^^xsd:integer ;
  dwc:maximumDepthInMeters "44"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24889'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 157'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.22'^^xsd:double;
  dwc:startTimeOfDay '15.22'^^xsd:double;
  dwc:endTimeOfDay '15.58'^^xsd:double;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:startLongitude '-28.529666667'^^xsd:double;
  dwc:endLongitude '-28.530666667'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.936666667'^^xsd:double;
  dwc:endLatitude '29.925166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '44'^^xsd:integer;
  dwc:maximumDepth '44'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23046'^^xsd:integer;
  dwc:scientificName 'Centrodraco acanthopoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126847'^^xsd:integer;
  dwc:aphiaIdAccepted '126847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23051'^^xsd:integer;
  dwc:scientificName 'Echiodon dentatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126662'^^xsd:integer;
  dwc:aphiaIdAccepted '126662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23056'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23074'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9137'^^xsd:integer;
  dwc:scientificName 'Perciformes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '11014'^^xsd:integer;
  dwc:aphiaIdAccepted '11014'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9157'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9186'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9309'^^xsd:integer;
  dwc:scientificName 'Echiodon dentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126662'^^xsd:integer;
  dwc:aphiaIdAccepted '126662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9333'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9479'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22974'^^xsd:integer;
  dwc:scientificName 'Chlopsis bicolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126282'^^xsd:integer;
  dwc:aphiaIdAccepted '126282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9267'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "187, AT 83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9419'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '187, AT 83'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:startTimeOfDay '18.9'^^xsd:double;
  dwc:endTimeOfDay '20'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9100'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9169'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9221'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9248'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9277'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '67'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9361'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9431'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9436'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9476'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "275"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.14 -28.52)"^^geo:wktLiteral ;
  geo-pos:lat "30.14"^^xsd:decimal ;
  geo-pos:long "-28.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9310," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9483'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9310'^^xsd:gYear;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:startTimeOfDay '6'^^xsd:integer;
  dwc:endTimeOfDay '7'^^xsd:integer;
  dwc:longitude '-28.52'^^xsd:double;
  dwc:latitude '30.14'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '275'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9174'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9191'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9298'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9344'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9455'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9470'^^xsd:integer;
  dwc:scientificName 'Raja maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '105884'^^xsd:integer;
  dwc:aphiaIdAccepted '105884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9493'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9533'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9411'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '94'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9218'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9241'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9102'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '84'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "312"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "161, KT 64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9272'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '161, KT 64'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.33'^^xsd:double;
  dwc:startTimeOfDay '17.33'^^xsd:double;
  dwc:endTimeOfDay '18.3'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '312'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.51)"^^geo:wktLiteral ;
  geo-pos:lat "30.15"^^xsd:decimal ;
  geo-pos:long "-28.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "15," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22884'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '15,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.08'^^xsd:double;
  dwc:longitude '-28.51'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "22," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22887'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '22,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "22," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22939'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '22,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "22," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22916'^^xsd:integer;
  dwc:scientificName 'Solenocera membranacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '22,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'mysis stage I'^^xsd:string;
  dwc:aphiaid '107120'^^xsd:integer;
  dwc:aphiaIdAccepted '107120'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22959'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22964'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22969'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23001'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23037'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23147'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23166'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23181'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23196'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '242'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23228'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23265'^^xsd:integer;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23290'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23302'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23316'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23326'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23342'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23351'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23361'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23375'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23027'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23042'^^xsd:integer;
  dwc:scientificName 'Protogrammus sousai'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratype'^^xsd:string;
  dwc:aphiaid '126797'^^xsd:integer;
  dwc:aphiaIdAccepted '126797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23071'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23141'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23204'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23242'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "160a, BSN 19" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23259'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '160a, BSN 19'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:startTimeOfDay '5.5'^^xsd:double;
  dwc:endTimeOfDay '6'^^xsd:integer;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:startLongitude '-28.503333333'^^xsd:double;
  dwc:endLongitude '-28.463333333'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:startLatitude '29.835'^^xsd:double;
  dwc:endLatitude '29.816666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "432"^^xsd:integer ;
  dwc:maximumDepthInMeters "432"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "74," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22907'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '74,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.3'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '432'^^xsd:integer;
  dwc:maximumDepth '432'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "412"^^xsd:integer ;
  dwc:maximumDepthInMeters "412"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "69," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22871'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '69,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.53'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '412'^^xsd:integer;
  dwc:maximumDepth '412'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "284"^^xsd:integer ;
  dwc:maximumDepthInMeters "284"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "68," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22901'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '68,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '284'^^xsd:integer;
  dwc:maximumDepth '284'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "284"^^xsd:integer ;
  dwc:maximumDepthInMeters "284"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "68," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22922'^^xsd:integer;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '68,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.78'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '284'^^xsd:integer;
  dwc:maximumDepth '284'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeae, stages II-V'^^xsd:string;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "412"^^xsd:integer ;
  dwc:maximumDepthInMeters "412"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "69," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22923'^^xsd:integer;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '69,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.53'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '412'^^xsd:integer;
  dwc:maximumDepth '412'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeae, stages II-V'^^xsd:string;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "412"^^xsd:integer ;
  dwc:maximumDepthInMeters "412"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "69," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22902'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '69,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '20.53'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '412'^^xsd:integer;
  dwc:maximumDepth '412'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "497"^^xsd:integer ;
  dwc:maximumDepthInMeters "497"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "79," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22873'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '79,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '497'^^xsd:integer;
  dwc:maximumDepth '497'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "497"^^xsd:integer ;
  dwc:maximumDepthInMeters "497"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "79," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22912'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '79,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '497'^^xsd:integer;
  dwc:maximumDepth '497'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "497"^^xsd:integer ;
  dwc:maximumDepthInMeters "497"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "79," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22924'^^xsd:integer;
  dwc:scientificName 'Parapandalus richardi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '79,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '497'^^xsd:integer;
  dwc:maximumDepth '497'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeae, stages II-V'^^xsd:string;
  dwc:aphiaid '246380'^^xsd:integer;
  dwc:aphiaIdAccepted '107665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "497"^^xsd:integer ;
  dwc:maximumDepthInMeters "497"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "79," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22925'^^xsd:integer;
  dwc:scientificName 'Alpheus glaber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '79,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '497'^^xsd:integer;
  dwc:maximumDepth '497'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'late zoea'^^xsd:string;
  dwc:aphiaid '107477'^^xsd:integer;
  dwc:aphiaIdAccepted '107477'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "497"^^xsd:integer ;
  dwc:maximumDepthInMeters "497"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "79," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22927'^^xsd:integer;
  dwc:scientificName 'Dardanus arrosor'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '79,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '497'^^xsd:integer;
  dwc:maximumDepth '497'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '107197'^^xsd:integer;
  dwc:aphiaIdAccepted '107197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "497"^^xsd:integer ;
  dwc:maximumDepthInMeters "497"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.5)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "79," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22949'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '79,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:longitude '-28.5'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '497'^^xsd:integer;
  dwc:maximumDepth '497'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29392'^^xsd:integer;
  dwc:scientificName 'Alveolophragmium wiesneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '852150'^^xsd:integer;
  dwc:aphiaIdAccepted '113966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29394'^^xsd:integer;
  dwc:scientificName 'Ammodiscus incertus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113819'^^xsd:integer;
  dwc:aphiaIdAccepted '113819'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29395'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29396'^^xsd:integer;
  dwc:scientificName 'Cyclammina trullisata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114049'^^xsd:integer;
  dwc:aphiaIdAccepted '114049'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29398'^^xsd:integer;
  dwc:scientificName 'Cystammina pauciloculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '183109'^^xsd:integer;
  dwc:aphiaIdAccepted '183109'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29400'^^xsd:integer;
  dwc:scientificName 'Eggerelloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112326'^^xsd:integer;
  dwc:aphiaIdAccepted '112326'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29401'^^xsd:integer;
  dwc:scientificName 'Epistominella exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113334'^^xsd:integer;
  dwc:aphiaIdAccepted '113334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29403'^^xsd:integer;
  dwc:scientificName 'Ioanella tumidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113363'^^xsd:integer;
  dwc:aphiaIdAccepted '113363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29406'^^xsd:integer;
  dwc:scientificName 'Glomospira gordialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113830'^^xsd:integer;
  dwc:aphiaIdAccepted '113830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29409'^^xsd:integer;
  dwc:scientificName 'Haplophragmoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112330'^^xsd:integer;
  dwc:aphiaIdAccepted '112330'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29411'^^xsd:integer;
  dwc:scientificName 'Hoeglundina elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113341'^^xsd:integer;
  dwc:aphiaIdAccepted '113341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29414'^^xsd:integer;
  dwc:scientificName 'Lagenammina difflugiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114165'^^xsd:integer;
  dwc:aphiaIdAccepted '114165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29416'^^xsd:integer;
  dwc:scientificName 'Laticarinina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112146'^^xsd:integer;
  dwc:aphiaIdAccepted '112146'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29417'^^xsd:integer;
  dwc:scientificName 'Rhabdaminella cylindrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113897'^^xsd:integer;
  dwc:aphiaIdAccepted '113897'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29418'^^xsd:integer;
  dwc:scientificName 'Melonis barleeanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113563'^^xsd:integer;
  dwc:aphiaIdAccepted '418046'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29421'^^xsd:integer;
  dwc:scientificName 'Psammosphaera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112369'^^xsd:integer;
  dwc:aphiaIdAccepted '112369'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29422'^^xsd:integer;
  dwc:scientificName 'Pullenia bolloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113110'^^xsd:integer;
  dwc:aphiaIdAccepted '113110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29423'^^xsd:integer;
  dwc:scientificName 'Pyrgo murrhyna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112593'^^xsd:integer;
  dwc:aphiaIdAccepted '112593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29424'^^xsd:integer;
  dwc:scientificName 'Reophax micaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114009'^^xsd:integer;
  dwc:aphiaIdAccepted '114009'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29429'^^xsd:integer;
  dwc:scientificName 'Saccammina sphaerica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 Agglutinated juvenile'^^xsd:string;
  dwc:aphiaid '114191'^^xsd:integer;
  dwc:aphiaIdAccepted '114191'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29432'^^xsd:integer;
  dwc:scientificName 'Trochammina inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114348'^^xsd:integer;
  dwc:aphiaIdAccepted '114348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29435'^^xsd:integer;
  dwc:scientificName 'Tritaxis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114335'^^xsd:integer;
  dwc:aphiaIdAccepted '114360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29436'^^xsd:integer;
  dwc:scientificName 'Trochamminopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112413'^^xsd:integer;
  dwc:aphiaIdAccepted '112413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29391'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29393'^^xsd:integer;
  dwc:scientificName 'Ammobacculites filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114026'^^xsd:integer;
  dwc:aphiaIdAccepted '114026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29402'^^xsd:integer;
  dwc:scientificName 'Epistominella pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29419'^^xsd:integer;
  dwc:scientificName 'Osangularia culter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112841'^^xsd:integer;
  dwc:aphiaIdAccepted '112841'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29426'^^xsd:integer;
  dwc:scientificName 'Rhizammina algaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments'^^xsd:string;
  dwc:aphiaid '113906'^^xsd:integer;
  dwc:aphiaIdAccepted '113906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.53"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.53 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.53"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "566," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29431'^^xsd:integer;
  dwc:scientificName 'Triloculina tricarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '566,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.53'^^xsd:double;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112771'^^xsd:integer;
  dwc:aphiaIdAccepted '991800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "465," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21238'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '465,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT, BLL---295-426---no:75'^^xsd:string;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "675"^^xsd:integer ;
  dwc:maximumDepthInMeters "685"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "456," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29438'^^xsd:integer;
  dwc:scientificName 'Brizalina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '456,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '675'^^xsd:integer;
  dwc:maximumDepth '685'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113006'^^xsd:integer;
  dwc:aphiaIdAccepted '112985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "675"^^xsd:integer ;
  dwc:maximumDepthInMeters "685"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "456," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29439'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '456,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '675'^^xsd:integer;
  dwc:maximumDepth '685'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "675"^^xsd:integer ;
  dwc:maximumDepthInMeters "685"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "456," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29440'^^xsd:integer;
  dwc:scientificName 'Cibicidoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '456,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '675'^^xsd:integer;
  dwc:maximumDepth '685'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112084'^^xsd:integer;
  dwc:aphiaIdAccepted '112084'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "675"^^xsd:integer ;
  dwc:maximumDepthInMeters "685"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "456," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29441'^^xsd:integer;
  dwc:scientificName 'Hoeglundina elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '456,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:minimumDepth '675'^^xsd:integer;
  dwc:maximumDepth '685'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113341'^^xsd:integer;
  dwc:aphiaIdAccepted '113341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "465," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21284'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '465,'^^xsd:string;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT---295-330---no:37'^^xsd:string;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22963'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22973'^^xsd:integer;
  dwc:scientificName 'Chlopsis bicolor'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126282'^^xsd:integer;
  dwc:aphiaIdAccepted '126282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22998'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23008'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23025'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23036'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23041'^^xsd:integer;
  dwc:scientificName 'Protogrammus sousai'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126797'^^xsd:integer;
  dwc:aphiaIdAccepted '126797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23047'^^xsd:integer;
  dwc:scientificName 'Bellottia apoda'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126654'^^xsd:integer;
  dwc:aphiaIdAccepted '126654'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23049'^^xsd:integer;
  dwc:scientificName 'Echiodon dentatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126662'^^xsd:integer;
  dwc:aphiaIdAccepted '126662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23070'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9140'^^xsd:integer;
  dwc:scientificName 'Perciformes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '11014'^^xsd:integer;
  dwc:aphiaIdAccepted '11014'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9388'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9465'^^xsd:integer;
  dwc:scientificName 'Protogrammus sousai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126797'^^xsd:integer;
  dwc:aphiaIdAccepted '126797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24627'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24628'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24629'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24630'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis zebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131467'^^xsd:integer;
  dwc:aphiaIdAccepted '131467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24631'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24632'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24633'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24635'^^xsd:integer;
  dwc:scientificName 'Autolytus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129646'^^xsd:integer;
  dwc:aphiaIdAccepted '129659'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24636'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24637'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24639'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24640'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22987'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23009'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23018'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24634'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23054'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22972'^^xsd:integer;
  dwc:scientificName 'Nemichthys scolopaceus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126306'^^xsd:integer;
  dwc:aphiaIdAccepted '126306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24638'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9329'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "308"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "159a, AT 60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9412'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '159a, AT 60'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.08'^^xsd:double;
  dwc:startTimeOfDay '1.08'^^xsd:double;
  dwc:endTimeOfDay '2.08'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '308'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9105'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9132'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9170'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9247'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9314'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9373'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9430'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9437'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9196'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9285'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.84"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.84 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.84"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9309," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9498'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9309'^^xsd:gYear;
  dwc:timeOfDay '20.42'^^xsd:double;
  dwc:startTimeOfDay '20.42'^^xsd:double;
  dwc:endTimeOfDay '21.42'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9109'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9150'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '51'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9199'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9229'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9359'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9435'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9439'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9468'^^xsd:integer;
  dwc:scientificName 'Raja maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105884'^^xsd:integer;
  dwc:aphiaIdAccepted '105884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9282'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9305," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9494'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9305'^^xsd:gYear;
  dwc:timeOfDay '11.58'^^xsd:double;
  dwc:startTimeOfDay '11.58'^^xsd:double;
  dwc:endTimeOfDay '12.6'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1860"^^xsd:integer ;
  dwc:maximumDepthInMeters "1880"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9292," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9155'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9292'^^xsd:gYear;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:startTimeOfDay '14.25'^^xsd:double;
  dwc:endTimeOfDay '14.75'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1860'^^xsd:integer;
  dwc:maximumDepth '1880'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1860"^^xsd:integer ;
  dwc:maximumDepthInMeters "1880"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.49)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9292," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9421'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9292'^^xsd:gYear;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:startTimeOfDay '14.25'^^xsd:double;
  dwc:endTimeOfDay '14.75'^^xsd:double;
  dwc:longitude '-28.49'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1860'^^xsd:integer;
  dwc:maximumDepth '1880'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.41 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.41"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "452"^^xsd:integer ;
  dwc:maximumDepthInMeters "452"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.41 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.41"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22893'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.78'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.41'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '452'^^xsd:integer;
  dwc:maximumDepth '452'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.5 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.5"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "412"^^xsd:integer ;
  dwc:maximumDepthInMeters "412"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.5 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.5"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "59," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22894'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '59,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '12.32'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '412'^^xsd:integer;
  dwc:maximumDepth '412'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9175'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9213'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9232'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9269'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '3442'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9357'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9374'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9418'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '7566'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9450'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9509'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '955'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9527'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9097'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2780"^^xsd:integer ;
  dwc:maximumDepthInMeters "2900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "471," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9123'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '471,'^^xsd:string;
  dwc:timeOfDay '17.07'^^xsd:double;
  dwc:startTimeOfDay '17.07'^^xsd:double;
  dwc:endTimeOfDay '17.62'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.485'^^xsd:double;
  dwc:endLongitude '-28.49833'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.78833'^^xsd:double;
  dwc:endLatitude '29.81167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2780'^^xsd:integer;
  dwc:maximumDepth '2900'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "70," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13253'^^xsd:integer;
  dwc:scientificName 'Heteralepas alboplaculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '70,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '829186'^^xsd:integer;
  dwc:aphiaIdAccepted '106169'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9180'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9299'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9345'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9449'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9464'^^xsd:integer;
  dwc:scientificName 'Pontinus kuhlii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127240'^^xsd:integer;
  dwc:aphiaIdAccepted '127240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9534'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23888'^^xsd:integer;
  dwc:scientificName 'Heteralepas microstoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'FROM-Bretagne'^^xsd:string;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:occurrenceRemarks 'some individual(s) found living on Callogorgia sp. (Alcyonaria), several tens of individuals found'^^xsd:string;
  dwc:aphiaid '106169'^^xsd:integer;
  dwc:aphiaIdAccepted '106169'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23961'^^xsd:integer;
  dwc:scientificName 'Callogorgia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:collector 'FROM-Bretagne'^^xsd:string;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:aphiaid '125317'^^xsd:integer;
  dwc:aphiaIdAccepted '125317'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "302"^^xsd:integer ;
  dwc:maximumDepthInMeters "302"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "36, AT 01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9417'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '36, AT 01'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.92'^^xsd:double;
  dwc:startTimeOfDay '6.92'^^xsd:double;
  dwc:endTimeOfDay '7.92'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '302'^^xsd:integer;
  dwc:maximumDepth '302'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12623'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12964'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13009'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24013'^^xsd:integer;
  dwc:scientificName 'Halgyrineum louisae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s) (broken)'^^xsd:string;
  dwc:aphiaid '181010'^^xsd:integer;
  dwc:aphiaIdAccepted '181010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24814'^^xsd:integer;
  dwc:scientificName 'Eunice norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '130058'^^xsd:integer;
  dwc:aphiaIdAccepted '130058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24868'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24052'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 138'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.62'^^xsd:double;
  dwc:startTimeOfDay '23.62'^^xsd:double;
  dwc:endTimeOfDay '0.12'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.483333333'^^xsd:double;
  dwc:endLongitude '-28.4635'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.032333333'^^xsd:double;
  dwc:endLatitude '30.033'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23978'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 144'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '18.33'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.484'^^xsd:double;
  dwc:endLongitude '-28.475666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165333333'^^xsd:double;
  dwc:endLatitude '30.160666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24008'^^xsd:integer;
  dwc:scientificName 'Sassia lewisi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 144'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '18.33'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.484'^^xsd:double;
  dwc:endLongitude '-28.475666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165333333'^^xsd:double;
  dwc:endLatitude '30.160666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '181012'^^xsd:integer;
  dwc:aphiaIdAccepted '1301605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24811'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 144'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '18.33'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.484'^^xsd:double;
  dwc:endLongitude '-28.475666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165333333'^^xsd:double;
  dwc:endLatitude '30.160666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24816'^^xsd:integer;
  dwc:scientificName 'Eunice norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 144'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '18.33'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.484'^^xsd:double;
  dwc:endLongitude '-28.475666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165333333'^^xsd:double;
  dwc:endLatitude '30.160666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '130058'^^xsd:integer;
  dwc:aphiaIdAccepted '130058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24823'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 144'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '18.33'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.484'^^xsd:double;
  dwc:endLongitude '-28.475666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165333333'^^xsd:double;
  dwc:endLatitude '30.160666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24898'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 144'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.68'^^xsd:double;
  dwc:startTimeOfDay '17.68'^^xsd:double;
  dwc:endTimeOfDay '18.33'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.484'^^xsd:double;
  dwc:endLongitude '-28.475666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165333333'^^xsd:double;
  dwc:endLatitude '30.160666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.28 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.28"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "201"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.28 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "31.28"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22765'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 195'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.38'^^xsd:double;
  dwc:startTimeOfDay '11.38'^^xsd:double;
  dwc:endTimeOfDay '11.55'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.4895'^^xsd:double;
  dwc:endLongitude '-28.489166667'^^xsd:double;
  dwc:latitude '31.28'^^xsd:double;
  dwc:startLatitude '31.283833333'^^xsd:double;
  dwc:endLatitude '31.287'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '201'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.29 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.29 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "31.29"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12861'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 196'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.93'^^xsd:double;
  dwc:startTimeOfDay '13.93'^^xsd:double;
  dwc:endTimeOfDay '14.97'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.4895'^^xsd:double;
  dwc:endLongitude '-28.486833333'^^xsd:double;
  dwc:latitude '31.29'^^xsd:double;
  dwc:startLatitude '31.290666667'^^xsd:double;
  dwc:endLatitude '31.322166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.29 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.29 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "31.29"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22729'^^xsd:integer;
  dwc:scientificName 'Aphrodita aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 196'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.93'^^xsd:double;
  dwc:startTimeOfDay '13.93'^^xsd:double;
  dwc:endTimeOfDay '14.97'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.4895'^^xsd:double;
  dwc:endLongitude '-28.486833333'^^xsd:double;
  dwc:latitude '31.29'^^xsd:double;
  dwc:startLatitude '31.290666667'^^xsd:double;
  dwc:endLatitude '31.322166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from samples H196 in the source, which corresponds to CP 196 in the sample table provided by the expedition leaders (i.e. slightly different sample notations were used in the two sources).'^^xsd:string;
  dwc:aphiaid '129840'^^xsd:integer;
  dwc:aphiaIdAccepted '129840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.29 -28.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "80"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.29 -28.48)"^^geo:wktLiteral ;
  geo-pos:lat "31.29"^^xsd:decimal ;
  geo-pos:long "-28.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12826'^^xsd:integer;
  dwc:scientificName 'Plesiodiadema antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 196'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.93'^^xsd:double;
  dwc:startTimeOfDay '13.93'^^xsd:double;
  dwc:endTimeOfDay '14.97'^^xsd:double;
  dwc:longitude '-28.48'^^xsd:double;
  dwc:startLongitude '-28.4895'^^xsd:double;
  dwc:endLongitude '-28.486833333'^^xsd:double;
  dwc:latitude '31.29'^^xsd:double;
  dwc:startLatitude '31.290666667'^^xsd:double;
  dwc:endLatitude '31.322166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '80'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Broken specimen'^^xsd:string;
  dwc:aphiaid '124330'^^xsd:integer;
  dwc:aphiaIdAccepted '124330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10213'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:occurrenceRemarks 'The 59 found includes 3 whole and 56 shells.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10241'^^xsd:integer;
  dwc:scientificName 'Trituba additicia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180938'^^xsd:integer;
  dwc:aphiaIdAccepted '180938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9104'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9145'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9178'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9263'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '2343'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9327'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9378'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9405'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '2623'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9446'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9486'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9501'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9522'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10205'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimens were shells only.'^^xsd:string;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10224'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '65'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9352'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9365'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.77"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1555"^^xsd:integer ;
  dwc:maximumDepthInMeters "1830"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.77 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.77"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "494," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9211'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '494,'^^xsd:string;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:startTimeOfDay '1.95'^^xsd:double;
  dwc:endTimeOfDay '2.5'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.47167'^^xsd:double;
  dwc:endLongitude '-28.48333'^^xsd:double;
  dwc:latitude '29.77'^^xsd:double;
  dwc:startLatitude '29.77833'^^xsd:double;
  dwc:endLatitude '29.80167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1555'^^xsd:integer;
  dwc:maximumDepth '1830'^^xsd:integer;
  dwc:individualCount '41'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "556," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21308'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '556,'^^xsd:string;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471666667'^^xsd:double;
  dwc:endLongitude '-28.54'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.901666667'^^xsd:double;
  dwc:endLatitude '29.846666667'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:occurrenceRemarks 'BLL, BT, PT---35-349---no:306'^^xsd:string;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "556," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21339'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '556,'^^xsd:string;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471666667'^^xsd:double;
  dwc:endLongitude '-28.54'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.901666667'^^xsd:double;
  dwc:endLatitude '29.846666667'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:occurrenceRemarks 'BT, PT---35-426---no:3415'^^xsd:string;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24801'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 139'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.28'^^xsd:double;
  dwc:startTimeOfDay '8.28'^^xsd:double;
  dwc:endTimeOfDay '8.72'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.4705'^^xsd:double;
  dwc:endLongitude '-28.457666667'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.0195'^^xsd:double;
  dwc:endLatitude '30.0175'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24829'^^xsd:integer;
  dwc:scientificName 'Euphrosine armadillo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 139'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.28'^^xsd:double;
  dwc:startTimeOfDay '8.28'^^xsd:double;
  dwc:endTimeOfDay '8.72'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.4705'^^xsd:double;
  dwc:endLongitude '-28.457666667'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.0195'^^xsd:double;
  dwc:endLatitude '30.0175'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '130080'^^xsd:integer;
  dwc:aphiaIdAccepted '130080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24869'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 139'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.28'^^xsd:double;
  dwc:startTimeOfDay '8.28'^^xsd:double;
  dwc:endTimeOfDay '8.72'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.4705'^^xsd:double;
  dwc:endLongitude '-28.457666667'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.0195'^^xsd:double;
  dwc:endLatitude '30.0175'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24892'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 139'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.28'^^xsd:double;
  dwc:startTimeOfDay '8.28'^^xsd:double;
  dwc:endTimeOfDay '8.72'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.4705'^^xsd:double;
  dwc:endLongitude '-28.457666667'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.0195'^^xsd:double;
  dwc:endLatitude '30.0175'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24815'^^xsd:integer;
  dwc:scientificName 'Eunice norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 139'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.28'^^xsd:double;
  dwc:startTimeOfDay '8.28'^^xsd:double;
  dwc:endTimeOfDay '8.72'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.4705'^^xsd:double;
  dwc:endLongitude '-28.457666667'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.0195'^^xsd:double;
  dwc:endLatitude '30.0175'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '130058'^^xsd:integer;
  dwc:aphiaIdAccepted '130058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "18"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24840'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 139'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.28'^^xsd:double;
  dwc:startTimeOfDay '8.28'^^xsd:double;
  dwc:endTimeOfDay '8.72'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.4705'^^xsd:double;
  dwc:endLongitude '-28.457666667'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.0195'^^xsd:double;
  dwc:endLatitude '30.0175'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '18'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12622'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Numerous spines and a bare fragment of specimen collected'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12653'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13008'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1 living + 2 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23620'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24146'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24281'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24300'^^xsd:integer;
  dwc:scientificName 'Odostomia fehrae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140990'^^xsd:integer;
  dwc:aphiaIdAccepted '140990'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24813'^^xsd:integer;
  dwc:scientificName 'Eunice norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '130058'^^xsd:integer;
  dwc:aphiaIdAccepted '130058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24839'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24846'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24867'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24891'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24903'^^xsd:integer;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.02"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "9"^^xsd:integer ;
  dwc:maximumDepthInMeters "9"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.02 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.02"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12716'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 136'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.82'^^xsd:double;
  dwc:startTimeOfDay '19.82'^^xsd:double;
  dwc:endTimeOfDay '19.92'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.471833333'^^xsd:double;
  dwc:endLongitude '-28.472166667'^^xsd:double;
  dwc:latitude '30.02'^^xsd:double;
  dwc:startLatitude '30.0255'^^xsd:double;
  dwc:endLatitude '30.028333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '9'^^xsd:integer;
  dwc:maximumDepth '9'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.47)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24158'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 145'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.68'^^xsd:double;
  dwc:startTimeOfDay '19.68'^^xsd:double;
  dwc:endTimeOfDay '19.85'^^xsd:double;
  dwc:longitude '-28.47'^^xsd:double;
  dwc:startLongitude '-28.475666667'^^xsd:double;
  dwc:endLongitude '-28.4705'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.190666667'^^xsd:double;
  dwc:endLatitude '30.190833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DE 140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10202'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DE 140'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.83'^^xsd:double;
  dwc:startTimeOfDay '9.83'^^xsd:double;
  dwc:endTimeOfDay '10.17'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.462333333'^^xsd:double;
  dwc:endLongitude '-28.451'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.019166667'^^xsd:double;
  dwc:endLatitude '30.021166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24053'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 140'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.83'^^xsd:double;
  dwc:startTimeOfDay '9.83'^^xsd:double;
  dwc:endTimeOfDay '10.17'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.462333333'^^xsd:double;
  dwc:endLongitude '-28.451'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.019166667'^^xsd:double;
  dwc:endLatitude '30.021166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24819'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 140'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.83'^^xsd:double;
  dwc:startTimeOfDay '9.83'^^xsd:double;
  dwc:endTimeOfDay '10.17'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.462333333'^^xsd:double;
  dwc:endLongitude '-28.451'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.019166667'^^xsd:double;
  dwc:endLatitude '30.021166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24870'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 140'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.83'^^xsd:double;
  dwc:startTimeOfDay '9.83'^^xsd:double;
  dwc:endTimeOfDay '10.17'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.462333333'^^xsd:double;
  dwc:endLongitude '-28.451'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.019166667'^^xsd:double;
  dwc:endLatitude '30.021166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13010'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 140'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.83'^^xsd:double;
  dwc:startTimeOfDay '9.83'^^xsd:double;
  dwc:endTimeOfDay '10.17'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.462333333'^^xsd:double;
  dwc:endLongitude '-28.451'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:startLatitude '30.019166667'^^xsd:double;
  dwc:endLatitude '30.021166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9111'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '46'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9135'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9200'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9225'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9283'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9313'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9369'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9425'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9441'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9495'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9523'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9151'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9252'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.12"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "780"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.12 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.12"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9303," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9472'^^xsd:integer;
  dwc:scientificName 'Raja maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9303'^^xsd:gYear;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:startTimeOfDay '11.3'^^xsd:double;
  dwc:endTimeOfDay '12.3'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:latitude '30.12'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '780'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '105884'^^xsd:integer;
  dwc:aphiaIdAccepted '105884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10199'^^xsd:integer;
  dwc:scientificName 'Trituba superstes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180932'^^xsd:integer;
  dwc:aphiaIdAccepted '180932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10203'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12654'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13011'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24054'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24282'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24350'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24809'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24851'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.16"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.16 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.16"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24893'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 143'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.43'^^xsd:double;
  dwc:startTimeOfDay '16.43'^^xsd:double;
  dwc:endTimeOfDay '16.6'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467666667'^^xsd:double;
  dwc:endLongitude '-28.476666667'^^xsd:double;
  dwc:latitude '30.16'^^xsd:double;
  dwc:startLatitude '30.165833333'^^xsd:double;
  dwc:endLatitude '30.162666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23979'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 146'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.03'^^xsd:double;
  dwc:startTimeOfDay '21.03'^^xsd:double;
  dwc:endTimeOfDay '21.47'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467833333'^^xsd:double;
  dwc:endLongitude '-28.456166667'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.1865'^^xsd:double;
  dwc:endLatitude '30.186333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24055'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 146'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.03'^^xsd:double;
  dwc:startTimeOfDay '21.03'^^xsd:double;
  dwc:endTimeOfDay '21.47'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467833333'^^xsd:double;
  dwc:endLongitude '-28.456166667'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.1865'^^xsd:double;
  dwc:endLatitude '30.186333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24147'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 146'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.03'^^xsd:double;
  dwc:startTimeOfDay '21.03'^^xsd:double;
  dwc:endTimeOfDay '21.47'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467833333'^^xsd:double;
  dwc:endLongitude '-28.456166667'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.1865'^^xsd:double;
  dwc:endLatitude '30.186333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24812'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 146'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.03'^^xsd:double;
  dwc:startTimeOfDay '21.03'^^xsd:double;
  dwc:endTimeOfDay '21.47'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467833333'^^xsd:double;
  dwc:endLongitude '-28.456166667'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.1865'^^xsd:double;
  dwc:endLatitude '30.186333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24842'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 146'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.03'^^xsd:double;
  dwc:startTimeOfDay '21.03'^^xsd:double;
  dwc:endTimeOfDay '21.47'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467833333'^^xsd:double;
  dwc:endLongitude '-28.456166667'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.1865'^^xsd:double;
  dwc:endLatitude '30.186333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.46)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24877'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 146'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.03'^^xsd:double;
  dwc:startTimeOfDay '21.03'^^xsd:double;
  dwc:endTimeOfDay '21.47'^^xsd:double;
  dwc:longitude '-28.46'^^xsd:double;
  dwc:startLongitude '-28.467833333'^^xsd:double;
  dwc:endLongitude '-28.456166667'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.1865'^^xsd:double;
  dwc:endLatitude '30.186333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "181, AT 79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22994'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '181, AT 79'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:startTimeOfDay '17.4'^^xsd:double;
  dwc:endTimeOfDay '18.42'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '299'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "181, AT 79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9166'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '181, AT 79'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:startTimeOfDay '17.4'^^xsd:double;
  dwc:endTimeOfDay '18.42'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '299'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "181, AT 79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9217'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '181, AT 79'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:startTimeOfDay '17.4'^^xsd:double;
  dwc:endTimeOfDay '18.42'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '299'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "181, AT 79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9278'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '181, AT 79'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:startTimeOfDay '17.4'^^xsd:double;
  dwc:endTimeOfDay '18.42'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '299'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "181, AT 79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9414'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '181, AT 79'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:startTimeOfDay '17.4'^^xsd:double;
  dwc:endTimeOfDay '18.42'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '299'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "299"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.98 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "29.98"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "181, AT 79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9453'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '181, AT 79'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:startTimeOfDay '17.4'^^xsd:double;
  dwc:endTimeOfDay '18.42'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '29.98'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '299'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9099'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9168'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '131'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9195'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9268'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9317'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9339'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9467'^^xsd:integer;
  dwc:scientificName 'Raja maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105884'^^xsd:integer;
  dwc:aphiaIdAccepted '105884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9490'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9426'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9443'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9226'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.1"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.1 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.1"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9311," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9249'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9311'^^xsd:gYear;
  dwc:timeOfDay '10.73'^^xsd:double;
  dwc:startTimeOfDay '10.73'^^xsd:double;
  dwc:endTimeOfDay '11.73'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9163'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9239'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9270'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9346'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9413'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24591'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24592'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22962'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.11 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.11"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "148a, AT 55" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9456'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '148a, AT 55'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:startTimeOfDay '15.75'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "671"^^xsd:integer ;
  dwc:maximumDepthInMeters "704"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "78," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22864'^^xsd:integer;
  dwc:scientificName 'Lophogaster subglaber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '78,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '671'^^xsd:integer;
  dwc:maximumDepth '704'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'juveniles and adults collected'^^xsd:string;
  dwc:aphiaid '119935'^^xsd:integer;
  dwc:aphiaIdAccepted '119935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "671"^^xsd:integer ;
  dwc:maximumDepthInMeters "704"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "78," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22942'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '78,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '671'^^xsd:integer;
  dwc:maximumDepth '704'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "671"^^xsd:integer ;
  dwc:maximumDepthInMeters "704"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "78," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22944'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '78,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '671'^^xsd:integer;
  dwc:maximumDepth '704'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage III zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "671"^^xsd:integer ;
  dwc:maximumDepthInMeters "704"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "78," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22911'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '78,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '671'^^xsd:integer;
  dwc:maximumDepth '704'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12636'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include fragments of a third spm'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12965'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13012'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '9 living + 1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24056'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24159'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24826'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24852'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24895'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24874'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12655'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.18"^^xsd:decimal ;
  dwc:decimalLongitude "-28.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "170"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.18 -28.45)"^^geo:wktLiteral ;
  geo-pos:lat "30.18"^^xsd:decimal ;
  geo-pos:long "-28.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24864'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 147'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:startTimeOfDay '22.65'^^xsd:double;
  dwc:endTimeOfDay '22.75'^^xsd:double;
  dwc:longitude '-28.45'^^xsd:double;
  dwc:startLongitude '-28.4525'^^xsd:double;
  dwc:endLongitude '-28.4505'^^xsd:double;
  dwc:latitude '30.18'^^xsd:double;
  dwc:startLatitude '30.186'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '170'^^xsd:integer;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "29.7"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24623'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:latitude '29.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2840"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "29.7"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24624'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:latitude '29.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2840'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10214'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:occurrenceRemarks 'The 33 found includes 3 whole and 30 shells.  Twenty shells drilled by gastropod predator.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10233'^^xsd:integer;
  dwc:scientificName 'Trituba recurvata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180937'^^xsd:integer;
  dwc:aphiaIdAccepted '180937'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21299'^^xsd:integer;
  dwc:scientificName 'Dipturus oxyrinchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:occurrenceRemarks 'BT---332---no:1'^^xsd:string;
  dwc:aphiaid '105872'^^xsd:integer;
  dwc:aphiaIdAccepted '105872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9093'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9201'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9209'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9254'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '244'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9260'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '166'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9289'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9290'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9326'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9340'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9341'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9349'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9364'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9389'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9401'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '133'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9415'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '82'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9447'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9459'^^xsd:integer;
  dwc:scientificName 'Physiculus dalwigki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126498'^^xsd:integer;
  dwc:aphiaIdAccepted '126498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9481'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9485'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9518'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9506'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '668'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9377'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9159'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9177'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9234'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9311'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9194'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "483," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9237'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '483,'^^xsd:string;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:startTimeOfDay '18.25'^^xsd:double;
  dwc:endTimeOfDay '18.52'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.44333'^^xsd:double;
  dwc:endLongitude '-28.46167'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9319'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '36'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9516'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.44"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.08 -28.44)"^^geo:wktLiteral ;
  geo-pos:lat "30.08"^^xsd:decimal ;
  geo-pos:long "-28.44"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "495," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9144'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '495,'^^xsd:string;
  dwc:timeOfDay '5.38'^^xsd:double;
  dwc:startTimeOfDay '5.38'^^xsd:double;
  dwc:endTimeOfDay '5.65'^^xsd:double;
  dwc:longitude '-28.44'^^xsd:double;
  dwc:startLongitude '-28.445'^^xsd:double;
  dwc:endLongitude '-28.42667'^^xsd:double;
  dwc:latitude '30.08'^^xsd:double;
  dwc:startLatitude '30.08667'^^xsd:double;
  dwc:endLatitude '30.08833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '43'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12561'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12967'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 162'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '14.62'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.432833333'^^xsd:double;
  dwc:endLongitude '-28.433666667'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.6765'^^xsd:double;
  dwc:endLatitude '29.6475'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24818'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24825'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 162'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '14.62'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.432833333'^^xsd:double;
  dwc:endLongitude '-28.433666667'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.6765'^^xsd:double;
  dwc:endLatitude '29.6475'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24831'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24838'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24841'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 162'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '14.62'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.432833333'^^xsd:double;
  dwc:endLongitude '-28.433666667'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.6765'^^xsd:double;
  dwc:endLatitude '29.6475'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24850'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24866'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24876'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 162'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '14.62'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.432833333'^^xsd:double;
  dwc:endLongitude '-28.433666667'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.6765'^^xsd:double;
  dwc:endLatitude '29.6475'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24890'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "46"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE 161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24800'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE 161'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.22'^^xsd:double;
  dwc:startTimeOfDay '12.22'^^xsd:double;
  dwc:endTimeOfDay '12.55'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.433'^^xsd:double;
  dwc:endLongitude '-28.433'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.678833333'^^xsd:double;
  dwc:endLatitude '29.67'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '46'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.67"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "326"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.67 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.67"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24833'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 162'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.67'^^xsd:double;
  dwc:startTimeOfDay '13.67'^^xsd:double;
  dwc:endTimeOfDay '14.62'^^xsd:double;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.432833333'^^xsd:double;
  dwc:endLongitude '-28.433666667'^^xsd:double;
  dwc:latitude '29.67'^^xsd:double;
  dwc:startLatitude '29.6765'^^xsd:double;
  dwc:endLatitude '29.6475'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '326'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "555," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21307'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '555,'^^xsd:string;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.435'^^xsd:double;
  dwc:endLongitude '-28.511666667'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:startLatitude '29.958333333'^^xsd:double;
  dwc:endLatitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:occurrenceRemarks 'BLL, BT, PT---35-349---no:306'^^xsd:string;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.43)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "555," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21338'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '555,'^^xsd:string;
  dwc:longitude '-28.43'^^xsd:double;
  dwc:startLongitude '-28.435'^^xsd:double;
  dwc:endLongitude '-28.511666667'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:startLatitude '29.958333333'^^xsd:double;
  dwc:endLatitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:occurrenceRemarks 'BT, PT---35-426---no:3415'^^xsd:string;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23085'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23164'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23179'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '110'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23240'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23248'^^xsd:integer;
  dwc:scientificName 'Euphausiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1128'^^xsd:integer;
  dwc:aphiaIdAccepted '1128'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23257'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23289'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23314'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '51'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23359'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23194'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '253'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23203'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23216'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.42"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "313"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.42)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.42"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23373'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 15'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '17.52'^^xsd:double;
  dwc:startTimeOfDay '17.52'^^xsd:double;
  dwc:endTimeOfDay '18.05'^^xsd:double;
  dwc:longitude '-28.42'^^xsd:double;
  dwc:startLongitude '-28.425'^^xsd:double;
  dwc:endLongitude '-28.441666667'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:startLatitude '30.061666667'^^xsd:double;
  dwc:endLatitude '30.078333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '313'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.74 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.74"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "277"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.74 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "29.74"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "158, KD 59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24625'^^xsd:integer;
  dwc:scientificName 'Onuphis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '158, KD 59'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '29.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '277'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129404'^^xsd:integer;
  dwc:aphiaIdAccepted '129404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.74 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.74"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "277"^^xsd:integer ;
  dwc:maximumDepthInMeters "291"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.74 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "29.74"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "158, KD 59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24626'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '158, KD 59'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '29.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '277'^^xsd:integer;
  dwc:maximumDepth '291'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9301," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9152'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9301'^^xsd:gYear;
  dwc:timeOfDay '16.72'^^xsd:double;
  dwc:startTimeOfDay '16.72'^^xsd:double;
  dwc:endTimeOfDay '17.72'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9301," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9192'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9301'^^xsd:gYear;
  dwc:timeOfDay '16.72'^^xsd:double;
  dwc:startTimeOfDay '16.72'^^xsd:double;
  dwc:endTimeOfDay '17.72'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9301," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9220'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9301'^^xsd:gYear;
  dwc:timeOfDay '16.72'^^xsd:double;
  dwc:startTimeOfDay '16.72'^^xsd:double;
  dwc:endTimeOfDay '17.72'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9301," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9284'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9301'^^xsd:gYear;
  dwc:timeOfDay '16.72'^^xsd:double;
  dwc:startTimeOfDay '16.72'^^xsd:double;
  dwc:endTimeOfDay '17.72'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9301," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9424'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9301'^^xsd:gYear;
  dwc:timeOfDay '16.72'^^xsd:double;
  dwc:startTimeOfDay '16.72'^^xsd:double;
  dwc:endTimeOfDay '17.72'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '55'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9301," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9448'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9301'^^xsd:gYear;
  dwc:timeOfDay '16.72'^^xsd:double;
  dwc:startTimeOfDay '16.72'^^xsd:double;
  dwc:endTimeOfDay '17.72'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "622"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "77," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22863'^^xsd:integer;
  dwc:scientificName 'Lophogaster subglaber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '77,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.92'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '622'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:occurrenceRemarks 'juveniles and adults collected'^^xsd:string;
  dwc:aphiaid '119935'^^xsd:integer;
  dwc:aphiaIdAccepted '119935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "673"^^xsd:integer ;
  dwc:maximumDepthInMeters "747"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "76," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22909'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '76,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.05'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '673'^^xsd:integer;
  dwc:maximumDepth '747'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24110'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 148'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.27'^^xsd:double;
  dwc:startTimeOfDay '11.27'^^xsd:double;
  dwc:endTimeOfDay '11.33'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:startLongitude '-28.410666667'^^xsd:double;
  dwc:endLongitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:startLatitude '30.200166667'^^xsd:double;
  dwc:endLatitude '30.199'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24136'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 148'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.27'^^xsd:double;
  dwc:startTimeOfDay '11.27'^^xsd:double;
  dwc:endTimeOfDay '11.33'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:startLongitude '-28.410666667'^^xsd:double;
  dwc:endLongitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:startLatitude '30.200166667'^^xsd:double;
  dwc:endLatitude '30.199'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24160'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 148'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.27'^^xsd:double;
  dwc:startTimeOfDay '11.27'^^xsd:double;
  dwc:endTimeOfDay '11.33'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:startLongitude '-28.410666667'^^xsd:double;
  dwc:endLongitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:startLatitude '30.200166667'^^xsd:double;
  dwc:endLatitude '30.199'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24857'^^xsd:integer;
  dwc:scientificName 'Longibrachium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 148'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.27'^^xsd:double;
  dwc:startTimeOfDay '11.27'^^xsd:double;
  dwc:endTimeOfDay '11.33'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:startLongitude '-28.410666667'^^xsd:double;
  dwc:endLongitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:startLatitude '30.200166667'^^xsd:double;
  dwc:endLatitude '30.199'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '129401'^^xsd:integer;
  dwc:aphiaIdAccepted '129401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "605"^^xsd:integer ;
  dwc:maximumDepthInMeters "622"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.41)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "77," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22910'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '77,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.92'^^xsd:double;
  dwc:longitude '-28.41'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '605'^^xsd:integer;
  dwc:maximumDepth '622'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "29.85"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "1," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22930'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '1,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.78'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage IV zoea'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22968'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22993'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23020'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23039'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23043'^^xsd:integer;
  dwc:scientificName 'Protogrammus sousai'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype'^^xsd:string;
  dwc:aphiaid '126797'^^xsd:integer;
  dwc:aphiaIdAccepted '126797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23055'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9101'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9242'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9409'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9462'^^xsd:integer;
  dwc:scientificName 'Pontinus kuhlii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127240'^^xsd:integer;
  dwc:aphiaIdAccepted '127240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9466'^^xsd:integer;
  dwc:scientificName 'Protogrammus sousai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126797'^^xsd:integer;
  dwc:aphiaIdAccepted '126797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24736'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.01"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.01 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.01"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "180a, AT 77" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9491'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '180a, AT 77'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.97'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:latitude '30.01'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24802'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 151'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.57'^^xsd:double;
  dwc:startTimeOfDay '16.57'^^xsd:double;
  dwc:endTimeOfDay '17.02'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409833333'^^xsd:double;
  dwc:endLongitude '-28.401833333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.198166667'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24807'^^xsd:integer;
  dwc:scientificName 'Pterolysippe vanelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 151'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.57'^^xsd:double;
  dwc:startTimeOfDay '16.57'^^xsd:double;
  dwc:endTimeOfDay '17.02'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409833333'^^xsd:double;
  dwc:endLongitude '-28.401833333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.198166667'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '334692'^^xsd:integer;
  dwc:aphiaIdAccepted '129792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24844'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 149'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.77'^^xsd:double;
  dwc:startTimeOfDay '12.77'^^xsd:double;
  dwc:endTimeOfDay '12.88'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409'^^xsd:double;
  dwc:endLongitude '-28.407333333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.196666667'^^xsd:double;
  dwc:endLatitude '30.194333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "296"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24879'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 149'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.77'^^xsd:double;
  dwc:startTimeOfDay '12.77'^^xsd:double;
  dwc:endTimeOfDay '12.88'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409'^^xsd:double;
  dwc:endLongitude '-28.407333333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.196666667'^^xsd:double;
  dwc:endLatitude '30.194333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '296'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24880'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 151'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.57'^^xsd:double;
  dwc:startTimeOfDay '16.57'^^xsd:double;
  dwc:endTimeOfDay '17.02'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409833333'^^xsd:double;
  dwc:endLongitude '-28.401833333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.198166667'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24886'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 151'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.57'^^xsd:double;
  dwc:startTimeOfDay '16.57'^^xsd:double;
  dwc:endTimeOfDay '17.02'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409833333'^^xsd:double;
  dwc:endLongitude '-28.401833333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.198166667'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.19"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.19 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "30.19"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24845'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 151'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.57'^^xsd:double;
  dwc:startTimeOfDay '16.57'^^xsd:double;
  dwc:endTimeOfDay '17.02'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.409833333'^^xsd:double;
  dwc:endLongitude '-28.401833333'^^xsd:double;
  dwc:latitude '30.19'^^xsd:double;
  dwc:startLatitude '30.198166667'^^xsd:double;
  dwc:endLatitude '30.186'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "32.03"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12734'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 229'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.78'^^xsd:double;
  dwc:startTimeOfDay '9.78'^^xsd:double;
  dwc:endTimeOfDay '9.93'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.4065'^^xsd:double;
  dwc:endLongitude '-28.402'^^xsd:double;
  dwc:latitude '32.03'^^xsd:double;
  dwc:startLatitude '32.034'^^xsd:double;
  dwc:endLatitude '32.0335'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:occurrenceRemarks '6 bare collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03 -28.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.03 -28.4)"^^geo:wktLiteral ;
  geo-pos:lat "32.03"^^xsd:decimal ;
  geo-pos:long "-28.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23643'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 229'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.78'^^xsd:double;
  dwc:startTimeOfDay '9.78'^^xsd:double;
  dwc:endTimeOfDay '9.93'^^xsd:double;
  dwc:longitude '-28.4'^^xsd:double;
  dwc:startLongitude '-28.4065'^^xsd:double;
  dwc:endLongitude '-28.402'^^xsd:double;
  dwc:latitude '32.03'^^xsd:double;
  dwc:startLatitude '32.034'^^xsd:double;
  dwc:endLatitude '32.0335'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24716'^^xsd:integer;
  dwc:scientificName 'Amphinomidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '960'^^xsd:integer;
  dwc:aphiaIdAccepted '960'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24717'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24718'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24720'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24721'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24722'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '62'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24723'^^xsd:integer;
  dwc:scientificName 'Pionosyllis weismanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '131359'^^xsd:integer;
  dwc:aphiaIdAccepted '731113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24725'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24726'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24727'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24729'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24730'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24731'^^xsd:integer;
  dwc:scientificName 'Lumbrineriopsis paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130235'^^xsd:integer;
  dwc:aphiaIdAccepted '130235'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24732'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24733'^^xsd:integer;
  dwc:scientificName 'Ampharete'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129155'^^xsd:integer;
  dwc:aphiaIdAccepted '129155'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24734'^^xsd:integer;
  dwc:scientificName 'Chone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129525'^^xsd:integer;
  dwc:aphiaIdAccepted '129525'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24719'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24728'^^xsd:integer;
  dwc:scientificName 'Ramphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '334695'^^xsd:integer;
  dwc:aphiaIdAccepted '334695'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.81"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "296"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.81 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.81"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, DD 72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24724'^^xsd:integer;
  dwc:scientificName 'Eurysyllis tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, DD 72'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.81'^^xsd:double;
  dwc:minimumDepth '296'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131288'^^xsd:integer;
  dwc:aphiaIdAccepted '131288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22967'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22978'^^xsd:integer;
  dwc:scientificName 'Gnathophis codoniphorus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Holotype'^^xsd:string;
  dwc:aphiaid '126286'^^xsd:integer;
  dwc:aphiaIdAccepted '126286'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22988'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23019'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23038'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23072'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9106'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9139'^^xsd:integer;
  dwc:scientificName 'Perciformes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '11014'^^xsd:integer;
  dwc:aphiaIdAccepted '11014'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9238'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9273'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9335'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9410'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24710'^^xsd:integer;
  dwc:scientificName 'Exogone naidana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '327985'^^xsd:integer;
  dwc:aphiaIdAccepted '327985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24711'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24712'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24713'^^xsd:integer;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24714'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24715'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22997'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9121'^^xsd:integer;
  dwc:scientificName 'Malacocephalus laevis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '272392'^^xsd:integer;
  dwc:aphiaIdAccepted '272392'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23050'^^xsd:integer;
  dwc:scientificName 'Echiodon dentatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126662'^^xsd:integer;
  dwc:aphiaIdAccepted '126662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "304"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "171b, AT 71" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24709'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '171b, AT 71'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '0.42'^^xsd:double;
  dwc:startTimeOfDay '0.42'^^xsd:double;
  dwc:endTimeOfDay '1.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '304'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9094'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9162'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9193'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9204'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9240'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9259'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '3755'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9400'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '11362'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9473'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9500'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '53'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9517'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "482," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9355'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '482,'^^xsd:string;
  dwc:timeOfDay '15.72'^^xsd:double;
  dwc:startTimeOfDay '15.72'^^xsd:double;
  dwc:endTimeOfDay '16.02'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.39'^^xsd:double;
  dwc:endLongitude '-28.40333'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:startLatitude '29.91333'^^xsd:double;
  dwc:endLatitude '29.91167'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12624'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 156'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.37'^^xsd:double;
  dwc:startTimeOfDay '12.37'^^xsd:double;
  dwc:endTimeOfDay '13.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.397833333'^^xsd:double;
  dwc:endLongitude '-28.426833333'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.942'^^xsd:double;
  dwc:endLatitude '29.940166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24820'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 156'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.37'^^xsd:double;
  dwc:startTimeOfDay '12.37'^^xsd:double;
  dwc:endTimeOfDay '13.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.397833333'^^xsd:double;
  dwc:endLongitude '-28.426833333'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.942'^^xsd:double;
  dwc:endLatitude '29.940166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "29"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP 156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24871'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP 156'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.37'^^xsd:double;
  dwc:startTimeOfDay '12.37'^^xsd:double;
  dwc:endTimeOfDay '13.42'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.397833333'^^xsd:double;
  dwc:endLongitude '-28.426833333'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.942'^^xsd:double;
  dwc:endLatitude '29.940166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '29'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9110'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9153'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9189'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9214'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9280'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9292'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9323'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9370'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9423'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '882'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9457'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9478'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9496'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9343'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9385'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9304'^^xsd:integer;
  dwc:scientificName 'Cyttopsis rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127425'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9245'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "365"^^xsd:integer ;
  dwc:maximumDepthInMeters "498"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9300," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9530'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9300'^^xsd:gYear;
  dwc:timeOfDay '10.48'^^xsd:double;
  dwc:startTimeOfDay '10.48'^^xsd:double;
  dwc:endTimeOfDay '11.48'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '365'^^xsd:integer;
  dwc:maximumDepth '498'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.92"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12607'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 279'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.28'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.395833333'^^xsd:double;
  dwc:endLongitude '-28.398333333'^^xsd:double;
  dwc:latitude '33.92'^^xsd:double;
  dwc:startLatitude '33.926833333'^^xsd:double;
  dwc:endLatitude '33.923833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.92"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12683'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 279'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.28'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.395833333'^^xsd:double;
  dwc:endLongitude '-28.398333333'^^xsd:double;
  dwc:latitude '33.92'^^xsd:double;
  dwc:startLatitude '33.926833333'^^xsd:double;
  dwc:endLatitude '33.923833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.92"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12880'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 279'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.28'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.395833333'^^xsd:double;
  dwc:endLongitude '-28.398333333'^^xsd:double;
  dwc:latitude '33.92'^^xsd:double;
  dwc:startLatitude '33.926833333'^^xsd:double;
  dwc:endLatitude '33.923833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.92"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23711'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 279'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.28'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.395833333'^^xsd:double;
  dwc:endLongitude '-28.398333333'^^xsd:double;
  dwc:latitude '33.92'^^xsd:double;
  dwc:startLatitude '33.926833333'^^xsd:double;
  dwc:endLatitude '33.923833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.92"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23712'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 279'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.28'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.395833333'^^xsd:double;
  dwc:endLongitude '-28.398333333'^^xsd:double;
  dwc:latitude '33.92'^^xsd:double;
  dwc:startLatitude '33.926833333'^^xsd:double;
  dwc:endLatitude '33.923833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.92 -28.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.92"^^xsd:decimal ;
  geo-pos:long "-28.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24366'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 279'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.17'^^xsd:double;
  dwc:startTimeOfDay '19.17'^^xsd:double;
  dwc:endTimeOfDay '19.28'^^xsd:double;
  dwc:longitude '-28.39'^^xsd:double;
  dwc:startLongitude '-28.395833333'^^xsd:double;
  dwc:endLongitude '-28.398333333'^^xsd:double;
  dwc:latitude '33.92'^^xsd:double;
  dwc:startLatitude '33.926833333'^^xsd:double;
  dwc:endLatitude '33.923833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.59 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.59"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "219"^^xsd:integer ;
  dwc:maximumDepthInMeters "219"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.59 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.59"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24881'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 165'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.37'^^xsd:double;
  dwc:startTimeOfDay '19.37'^^xsd:double;
  dwc:endTimeOfDay '19.53'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.384'^^xsd:double;
  dwc:endLongitude '-28.380833333'^^xsd:double;
  dwc:latitude '29.59'^^xsd:double;
  dwc:startLatitude '29.597166667'^^xsd:double;
  dwc:endLatitude '29.5995'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '219'^^xsd:integer;
  dwc:maximumDepth '219'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.6"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24163'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 166'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.93'^^xsd:double;
  dwc:startTimeOfDay '22.93'^^xsd:double;
  dwc:endTimeOfDay '23.03'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.380166667'^^xsd:double;
  dwc:endLongitude '-28.380166667'^^xsd:double;
  dwc:latitude '29.6'^^xsd:double;
  dwc:startLatitude '29.600666667'^^xsd:double;
  dwc:endLatitude '29.602833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.6"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24847'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 166'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.93'^^xsd:double;
  dwc:startTimeOfDay '22.93'^^xsd:double;
  dwc:endTimeOfDay '23.03'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.380166667'^^xsd:double;
  dwc:endLongitude '-28.380166667'^^xsd:double;
  dwc:latitude '29.6'^^xsd:double;
  dwc:startLatitude '29.600666667'^^xsd:double;
  dwc:endLatitude '29.602833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.6"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.6 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.6"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10209'^^xsd:integer;
  dwc:scientificName 'Trituba incredita'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 166'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.93'^^xsd:double;
  dwc:startTimeOfDay '22.93'^^xsd:double;
  dwc:endTimeOfDay '23.03'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.380166667'^^xsd:double;
  dwc:endLongitude '-28.380166667'^^xsd:double;
  dwc:latitude '29.6'^^xsd:double;
  dwc:startLatitude '29.600666667'^^xsd:double;
  dwc:endLatitude '29.602833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180934'^^xsd:integer;
  dwc:aphiaIdAccepted '180934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.65 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.65"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "368"^^xsd:integer ;
  dwc:maximumDepthInMeters "370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.65 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.65"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "9," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22881'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '9,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.07'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.65'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '368'^^xsd:integer;
  dwc:maximumDepth '370'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9092'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9176'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9206'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '21'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9261'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '3084'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9315'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9331'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9354'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9380'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9463'^^xsd:integer;
  dwc:scientificName 'Pontinus kuhlii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127240'^^xsd:integer;
  dwc:aphiaIdAccepted '127240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9488'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9519'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9402'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '215'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9117'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.76"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.76 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.76"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "486," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9367'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '486,'^^xsd:string;
  dwc:timeOfDay '20.47'^^xsd:double;
  dwc:startTimeOfDay '20.47'^^xsd:double;
  dwc:endTimeOfDay '20.78'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.38167'^^xsd:double;
  dwc:endLongitude '-28.38167'^^xsd:double;
  dwc:latitude '29.76'^^xsd:double;
  dwc:startLatitude '29.76167'^^xsd:double;
  dwc:endLatitude '29.77833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10198'^^xsd:integer;
  dwc:scientificName 'Trituba superstes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimens were shells only.'^^xsd:string;
  dwc:aphiaid '180932'^^xsd:integer;
  dwc:aphiaIdAccepted '180932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10201'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13160'^^xsd:integer;
  dwc:scientificName 'Haliris lamothei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '236732'^^xsd:integer;
  dwc:aphiaIdAccepted '236732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13178'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23089'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23137'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23144'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23150'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'Approximately 25 l. of octocorals'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23154'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '100'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23155'^^xsd:integer;
  dwc:scientificName 'Echiurida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '110345'^^xsd:integer;
  dwc:aphiaIdAccepted '110345'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23171'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1241'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23186'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23201'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '727'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23208'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23221'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '178'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23232'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '92'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23247'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '187'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23264'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '235'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23269'^^xsd:integer;
  dwc:scientificName 'Cumacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1137'^^xsd:integer;
  dwc:aphiaIdAccepted '1137'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23272'^^xsd:integer;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23281'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23306'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23330'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23332'^^xsd:integer;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23336'^^xsd:integer;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23355'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23379'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23295'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '65'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23321'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23346'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.79"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.79 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.79"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "172, BSN 24" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13201'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '172, BSN 24'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.98'^^xsd:double;
  dwc:startTimeOfDay '6.98'^^xsd:double;
  dwc:endTimeOfDay '7.48'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:startLongitude '-28.388333333'^^xsd:double;
  dwc:endLongitude '-28.386666667'^^xsd:double;
  dwc:latitude '29.79'^^xsd:double;
  dwc:startLatitude '29.798333333'^^xsd:double;
  dwc:endLatitude '29.783333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '6 valves (holotype and paratypes) collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9114'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '36'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9148'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '64'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9198'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9287'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9322'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9383'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9442'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9469'^^xsd:integer;
  dwc:scientificName 'Raja maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105884'^^xsd:integer;
  dwc:aphiaIdAccepted '105884'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9529'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9368'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9276'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9227'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9428'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "260"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9307," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9482'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9307'^^xsd:gYear;
  dwc:timeOfDay '9.37'^^xsd:double;
  dwc:startTimeOfDay '9.37'^^xsd:double;
  dwc:endTimeOfDay '10.43'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '260'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29496'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29497'^^xsd:integer;
  dwc:scientificName 'Ammobacculites agglutinans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114024'^^xsd:integer;
  dwc:aphiaIdAccepted '114024'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29498'^^xsd:integer;
  dwc:scientificName 'Ammobacculites cylindricus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '480184'^^xsd:integer;
  dwc:aphiaIdAccepted '480184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29499'^^xsd:integer;
  dwc:scientificName 'Trifarina carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113758'^^xsd:integer;
  dwc:aphiaIdAccepted '113756'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29501'^^xsd:integer;
  dwc:scientificName 'Astacolus crepidulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113781'^^xsd:integer;
  dwc:aphiaIdAccepted '1484639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29502'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29503'^^xsd:integer;
  dwc:scientificName 'Dentalina inornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '479085'^^xsd:integer;
  dwc:aphiaIdAccepted '466115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29504'^^xsd:integer;
  dwc:scientificName 'Eggerelloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112326'^^xsd:integer;
  dwc:aphiaIdAccepted '112326'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29508'^^xsd:integer;
  dwc:scientificName 'Nonionella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112233'^^xsd:integer;
  dwc:aphiaIdAccepted '112233'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29509'^^xsd:integer;
  dwc:scientificName 'Pullenia bolloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113110'^^xsd:integer;
  dwc:aphiaIdAccepted '113110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29510'^^xsd:integer;
  dwc:scientificName 'Pullenia subcarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113115'^^xsd:integer;
  dwc:aphiaIdAccepted '113115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29511'^^xsd:integer;
  dwc:scientificName 'Reophax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112341'^^xsd:integer;
  dwc:aphiaIdAccepted '112341'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29512'^^xsd:integer;
  dwc:scientificName 'Robertinoides chapmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29513'^^xsd:integer;
  dwc:scientificName 'Saracenaria italica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113809'^^xsd:integer;
  dwc:aphiaIdAccepted '113809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29514'^^xsd:integer;
  dwc:scientificName 'Stomatorbina concentrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '418027'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29516'^^xsd:integer;
  dwc:scientificName 'Textularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112394'^^xsd:integer;
  dwc:aphiaIdAccepted '112394'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29519'^^xsd:integer;
  dwc:scientificName 'Trochammina inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114348'^^xsd:integer;
  dwc:aphiaIdAccepted '114348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29520'^^xsd:integer;
  dwc:scientificName 'Uvigerina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112281'^^xsd:integer;
  dwc:aphiaIdAccepted '112281'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29506'^^xsd:integer;
  dwc:scientificName 'Hoeglundina elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113341'^^xsd:integer;
  dwc:aphiaIdAccepted '113341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "489," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29517'^^xsd:integer;
  dwc:scientificName 'Trifarina bradyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '489,'^^xsd:string;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:minimumDepth '1700'^^xsd:integer;
  dwc:maximumDepth '1700'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113757'^^xsd:integer;
  dwc:aphiaIdAccepted '113757'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "256"^^xsd:integer ;
  dwc:maximumDepthInMeters "256"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.05 -28.38)"^^geo:wktLiteral ;
  geo-pos:lat "30.05"^^xsd:decimal ;
  geo-pos:long "-28.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "154," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16027'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:fieldNumber '154,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.33'^^xsd:double;
  dwc:startTimeOfDay '1.33'^^xsd:double;
  dwc:endTimeOfDay '2.83'^^xsd:double;
  dwc:longitude '-28.38'^^xsd:double;
  dwc:latitude '30.05'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '256'^^xsd:integer;
  dwc:maximumDepth '256'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9096'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9202'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9257'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '3936'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9381'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9406'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '12805'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9526'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9356'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9165'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9126'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9445'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.75"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.75 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.75"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "480," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9508'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '480,'^^xsd:string;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:startTimeOfDay '12.3'^^xsd:double;
  dwc:endTimeOfDay '12.65'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.37333'^^xsd:double;
  dwc:latitude '29.75'^^xsd:double;
  dwc:startLatitude '29.75667'^^xsd:double;
  dwc:endLatitude '29.77333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '477'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23170'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23185'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23200'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '114'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23220'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23246'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23263'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23294'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23320'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23363'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23369'^^xsd:integer;
  dwc:scientificName 'Pyrosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '137224'^^xsd:integer;
  dwc:aphiaIdAccepted '137224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.78"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.78 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.78"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 23" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23378'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 23'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:startTimeOfDay '2.35'^^xsd:double;
  dwc:endTimeOfDay '2.88'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37'^^xsd:double;
  dwc:endLongitude '-28.378333333'^^xsd:double;
  dwc:latitude '29.78'^^xsd:double;
  dwc:startLatitude '29.783333333'^^xsd:double;
  dwc:endLatitude '29.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21293'^^xsd:integer;
  dwc:scientificName 'Physiculus dalwigki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:occurrenceRemarks 'BT---327-328---no:5'^^xsd:string;
  dwc:aphiaid '126498'^^xsd:integer;
  dwc:aphiaIdAccepted '126498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9087'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9116'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9236'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9262'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '4594'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9288'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9310'^^xsd:integer;
  dwc:scientificName 'Echiodon dentatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126662'^^xsd:integer;
  dwc:aphiaIdAccepted '126662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9316'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9318'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '92'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9360'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9379'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9403'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '107'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9474'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9487'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9520'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9185'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9330'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9129'^^xsd:integer;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9207'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.9"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1080"^^xsd:integer ;
  dwc:maximumDepthInMeters "1200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.9 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.9"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "487," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9366'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '487,'^^xsd:string;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:startTimeOfDay '22.35'^^xsd:double;
  dwc:endTimeOfDay '22.63'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.37667'^^xsd:double;
  dwc:endLongitude '-28.39333'^^xsd:double;
  dwc:latitude '29.9'^^xsd:double;
  dwc:startLatitude '29.90167'^^xsd:double;
  dwc:endLatitude '29.92833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1080'^^xsd:integer;
  dwc:maximumDepth '1200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12616'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '20.62'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12634'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.33'^^xsd:double;
  dwc:startTimeOfDay '1.33'^^xsd:double;
  dwc:endTimeOfDay '2.83'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12641'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.33'^^xsd:double;
  dwc:startTimeOfDay '1.33'^^xsd:double;
  dwc:endTimeOfDay '2.83'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12995'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.33'^^xsd:double;
  dwc:startTimeOfDay '1.33'^^xsd:double;
  dwc:endTimeOfDay '2.83'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 30 bare tests'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14120'^^xsd:integer;
  dwc:scientificName 'Ophiomyces grandis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.33'^^xsd:double;
  dwc:startTimeOfDay '1.33'^^xsd:double;
  dwc:endTimeOfDay '2.83'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125041'^^xsd:integer;
  dwc:aphiaIdAccepted '125041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-B" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14753'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-B'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.33'^^xsd:double;
  dwc:startTimeOfDay '1.33'^^xsd:double;
  dwc:endTimeOfDay '2.83'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "335"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "553," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21212'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '553,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '335'^^xsd:integer;
  dwc:occurrenceRemarks 'BF---323---no:1'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "335"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "553," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21292'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '553,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '335'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT---295-330---no:37'^^xsd:string;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14752'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '20.62'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "154-A" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12994'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '154-A'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:startTimeOfDay '19.5'^^xsd:double;
  dwc:endTimeOfDay '20.62'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '3 bare tests collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "335"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "553," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21236'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '553,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '335'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT---323-426---no:37'^^xsd:string;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "418"^^xsd:integer ;
  dwc:maximumDepthInMeters "418"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "513," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21141'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '513,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '418'^^xsd:integer;
  dwc:maximumDepth '418'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT---295-349---no:275'^^xsd:string;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "418"^^xsd:integer ;
  dwc:maximumDepthInMeters "418"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "513," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21231'^^xsd:integer;
  dwc:scientificName 'Gymnothorax maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '513,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '418'^^xsd:integer;
  dwc:maximumDepth '418'^^xsd:integer;
  dwc:occurrenceRemarks 'BF---330---no:2'^^xsd:string;
  dwc:aphiaid '126299'^^xsd:integer;
  dwc:aphiaIdAccepted '126299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "418"^^xsd:integer ;
  dwc:maximumDepthInMeters "418"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "513," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21250'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '513,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '418'^^xsd:integer;
  dwc:maximumDepth '418'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT, BLL---295-426---no:75'^^xsd:string;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "418"^^xsd:integer ;
  dwc:maximumDepthInMeters "418"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "513," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21291'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '513,'^^xsd:string;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '418'^^xsd:integer;
  dwc:maximumDepth '418'^^xsd:integer;
  dwc:occurrenceRemarks 'BF, BT---295-330---no:37'^^xsd:string;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9115'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '61'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9134'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9149'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9228'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9246'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9281'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9305'^^xsd:integer;
  dwc:scientificName 'Cyttopsis rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127425'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9348'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9384'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9427'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '61'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "355"^^xsd:integer ;
  dwc:maximumDepthInMeters "355"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "9306," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9295'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '9306'^^xsd:gYear;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '16.13'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '355'^^xsd:integer;
  dwc:maximumDepth '355'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12682'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12783'^^xsd:integer;
  dwc:scientificName 'Habrocidaris scutata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living (2.3 mm in size)'^^xsd:string;
  dwc:aphiaid '124252'^^xsd:integer;
  dwc:aphiaIdAccepted '124252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23707'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23709'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24356'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23710'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24365'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12606'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12879'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks '7 living juv; 1 bare collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.96 -28.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.96"^^xsd:decimal ;
  geo-pos:long "-28.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23708'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 278'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.63'^^xsd:double;
  dwc:startTimeOfDay '17.63'^^xsd:double;
  dwc:endTimeOfDay '17.8'^^xsd:double;
  dwc:longitude '-28.37'^^xsd:double;
  dwc:startLongitude '-28.373333333'^^xsd:double;
  dwc:endLongitude '-28.374666667'^^xsd:double;
  dwc:latitude '33.96'^^xsd:double;
  dwc:startLatitude '33.962833333'^^xsd:double;
  dwc:endLatitude '33.957833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10204'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '70'^^xsd:integer;
  dwc:occurrenceRemarks 'The 70 found includes 21 whole and 49 shells.'^^xsd:string;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10208'^^xsd:integer;
  dwc:scientificName 'Trituba incredita'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '34'^^xsd:integer;
  dwc:occurrenceRemarks 'The 34 found includes 1 whole and 33 shells.'^^xsd:string;
  dwc:aphiaid '180934'^^xsd:integer;
  dwc:aphiaIdAccepted '180934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24018'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24057'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks '2 live specimens and 1  juv. shell specimen'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24111'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24148'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24161'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24283'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '54'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24334'^^xsd:integer;
  dwc:scientificName 'Turbonilla mediocris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 9 paratypes'^^xsd:string;
  dwc:aphiaid '141075'^^xsd:integer;
  dwc:aphiaIdAccepted '1824293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24351'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24828'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24905'^^xsd:integer;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13013'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '34'^^xsd:integer;
  dwc:occurrenceRemarks '33 living;1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24859'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10200'^^xsd:integer;
  dwc:scientificName 'Trituba superstes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '42'^^xsd:integer;
  dwc:occurrenceRemarks 'The 42 found includes 11 whole and 31 shells.'^^xsd:string;
  dwc:aphiaid '180932'^^xsd:integer;
  dwc:aphiaIdAccepted '180932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.03 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.03"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24145'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 152'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.22'^^xsd:double;
  dwc:startTimeOfDay '20.22'^^xsd:double;
  dwc:endTimeOfDay '20.38'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:startLongitude '-28.368166667'^^xsd:double;
  dwc:endLongitude '-28.3715'^^xsd:double;
  dwc:latitude '30.03'^^xsd:double;
  dwc:startLatitude '30.033166667'^^xsd:double;
  dwc:endLatitude '30.036666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s) - paratypes'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13136'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13232'^^xsd:integer;
  dwc:scientificName 'Costatoverruca cornuta'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '345639'^^xsd:integer;
  dwc:aphiaIdAccepted '345639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14015'^^xsd:integer;
  dwc:scientificName 'Paratanais hessleri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:occurrenceRemarks '7 females, including the holotype'^^xsd:string;
  dwc:aphiaid '247625'^^xsd:integer;
  dwc:aphiaIdAccepted '247625'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14193'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14870'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15956'^^xsd:integer;
  dwc:scientificName 'Cyttopsis rosea'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127425'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15975'^^xsd:integer;
  dwc:scientificName 'Decapterus macarellus'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126807'^^xsd:integer;
  dwc:aphiaIdAccepted '126807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16143'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16402'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16414'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16593'^^xsd:integer;
  dwc:scientificName 'Physiculus dalwigki'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126498'^^xsd:integer;
  dwc:aphiaIdAccepted '126498'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16635'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16679'^^xsd:integer;
  dwc:scientificName 'Scomber scombrus'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127023'^^xsd:integer;
  dwc:aphiaIdAccepted '127023'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16690'^^xsd:integer;
  dwc:scientificName 'Setarches guentheri'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127258'^^xsd:integer;
  dwc:aphiaIdAccepted '127258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16763'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16895'^^xsd:integer;
  dwc:scientificName 'Sebastes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126175'^^xsd:integer;
  dwc:aphiaIdAccepted '126175'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14017'^^xsd:integer;
  dwc:scientificName 'Pseudotanais siegi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Material includes the holotype'^^xsd:string;
  dwc:aphiaid '247650'^^xsd:integer;
  dwc:aphiaIdAccepted '1292575'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14914'^^xsd:integer;
  dwc:scientificName 'Javania cailleti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:aphiaid '135198'^^xsd:integer;
  dwc:aphiaIdAccepted '135198'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12643'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '163'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.06"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.06 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.06"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "163," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16108'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:fieldNumber '163,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '15.37'^^xsd:double;
  dwc:startTimeOfDay '15.37'^^xsd:double;
  dwc:endTimeOfDay '15.75'^^xsd:double;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "818"^^xsd:integer ;
  dwc:maximumDepthInMeters "818"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.36)"^^geo:wktLiteral ;
  geo-pos:lat "30.15"^^xsd:decimal ;
  geo-pos:long "-28.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '25221'^^xsd:integer;
  dwc:scientificName 'Eunicidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.36'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '818'^^xsd:integer;
  dwc:maximumDepth '818'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '966'^^xsd:integer;
  dwc:aphiaIdAccepted '966'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.7"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.7 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.7"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "27," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22889'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '27,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '4.75'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:latitude '29.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "85"^^xsd:integer ;
  dwc:maximumDepthInMeters "150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "28," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22890'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '28,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.08'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '85'^^xsd:integer;
  dwc:maximumDepth '150'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "85"^^xsd:integer ;
  dwc:maximumDepthInMeters "150"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "28," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22953'^^xsd:integer;
  dwc:scientificName 'Bathynectes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '28,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '6.08'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '85'^^xsd:integer;
  dwc:maximumDepth '150'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage II zoea'^^xsd:string;
  dwc:aphiaid '106920'^^xsd:integer;
  dwc:aphiaIdAccepted '106920'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9095'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9124'^^xsd:integer;
  dwc:scientificName 'Scomber japonicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127022'^^xsd:integer;
  dwc:aphiaIdAccepted '127022'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9131'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9164'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '34'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9203'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9231'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '154'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9258'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '1757'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9399'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '612'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9515'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '486'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9521'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9291'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.86"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "860"^^xsd:integer ;
  dwc:maximumDepthInMeters "860"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.86 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "29.86"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "481," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9342'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '481,'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.33'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:startLongitude '-28.35167'^^xsd:double;
  dwc:endLongitude '-28.35333'^^xsd:double;
  dwc:latitude '29.86'^^xsd:double;
  dwc:startLatitude '29.86167'^^xsd:double;
  dwc:endLatitude '29.875'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '860'^^xsd:integer;
  dwc:maximumDepth '860'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.23 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.23"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.23 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "30.23"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "4," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22876'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '4,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.02'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:latitude '30.23'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.23 -28.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.23"^^xsd:decimal ;
  dwc:decimalLongitude "-28.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "357"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.23 -28.35)"^^geo:wktLiteral ;
  geo-pos:lat "30.23"^^xsd:decimal ;
  geo-pos:long "-28.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "4," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22866'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '4,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '11.02'^^xsd:double;
  dwc:longitude '-28.35'^^xsd:double;
  dwc:latitude '30.23'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '357'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "225"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "554," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21179'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '554,'^^xsd:string;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.345'^^xsd:double;
  dwc:endLongitude '-28.416666667'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.943333333'^^xsd:double;
  dwc:endLatitude '29.963333333'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '225'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:occurrenceRemarks 'BT, PT---266-349---no:281'^^xsd:string;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "225"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "554," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21283'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '554,'^^xsd:string;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.345'^^xsd:double;
  dwc:endLongitude '-28.416666667'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.943333333'^^xsd:double;
  dwc:endLatitude '29.963333333'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '225'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:occurrenceRemarks 'BT, PT---266-426---no:82775'^^xsd:string;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "225"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "554," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21337'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '554,'^^xsd:string;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.345'^^xsd:double;
  dwc:endLongitude '-28.416666667'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.943333333'^^xsd:double;
  dwc:endLatitude '29.963333333'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '225'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:occurrenceRemarks 'BT, PT---35-426---no:3415'^^xsd:string;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.94"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "225"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.94 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "29.94"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "554," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21157'^^xsd:integer;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '554,'^^xsd:string;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.345'^^xsd:double;
  dwc:endLongitude '-28.416666667'^^xsd:double;
  dwc:latitude '29.94'^^xsd:double;
  dwc:startLatitude '29.943333333'^^xsd:double;
  dwc:endLatitude '29.963333333'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '225'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:occurrenceRemarks 'BT, PT---266-426---no:4'^^xsd:string;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12681'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 living +  34 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23703'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23704'^^xsd:integer;
  dwc:scientificName 'Abyssothyris atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '235515'^^xsd:integer;
  dwc:aphiaIdAccepted '235514'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23705'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23706'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12878'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks '7 living; 2 bare collected'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.99 -28.34)"^^geo:wktLiteral ;
  geo-pos:lat "33.99"^^xsd:decimal ;
  geo-pos:long "-28.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12605'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 277'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:startTimeOfDay '16.2'^^xsd:double;
  dwc:endTimeOfDay '16.38'^^xsd:double;
  dwc:longitude '-28.34'^^xsd:double;
  dwc:startLongitude '-28.342666667'^^xsd:double;
  dwc:endLongitude '-28.346833333'^^xsd:double;
  dwc:latitude '33.99'^^xsd:double;
  dwc:startLatitude '33.998666667'^^xsd:double;
  dwc:endLatitude '33.994'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12656'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12966'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '19'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13014'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '2 living;1 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24058'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 3 juv. shell specimens'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24149'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24162'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24806'^^xsd:integer;
  dwc:scientificName 'Pterolysippe vanelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '334692'^^xsd:integer;
  dwc:aphiaIdAccepted '129792'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24810'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24822'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24858'^^xsd:integer;
  dwc:scientificName 'Lumbrineriopsis paradoxa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '130235'^^xsd:integer;
  dwc:aphiaIdAccepted '130235'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24894'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24904'^^xsd:integer;
  dwc:scientificName 'Websterinereis glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '130426'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.73"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "152"^^xsd:integer ;
  dwc:maximumDepthInMeters "190"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.73 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.73"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24873'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 159'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:startTimeOfDay '22.6'^^xsd:double;
  dwc:endTimeOfDay '22.77'^^xsd:double;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:startLongitude '-28.339833333'^^xsd:double;
  dwc:endLongitude '-28.344166667'^^xsd:double;
  dwc:latitude '29.73'^^xsd:double;
  dwc:startLatitude '29.737666667'^^xsd:double;
  dwc:endLatitude '29.736166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '152'^^xsd:integer;
  dwc:maximumDepth '190'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2800"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13139'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '2800'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24583'^^xsd:integer;
  dwc:scientificName 'Polynoidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'listed as "Harmothoinae indet."'^^xsd:string;
  dwc:aphiaid '939'^^xsd:integer;
  dwc:aphiaIdAccepted '939'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24585'^^xsd:integer;
  dwc:scientificName 'Pionosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129669'^^xsd:integer;
  dwc:aphiaIdAccepted '129669'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24587'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24588'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24589'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24590'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24584'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.13"^^xsd:decimal ;
  dwc:decimalLongitude "-28.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.13 -28.33)"^^geo:wktLiteral ;
  geo-pos:lat "30.13"^^xsd:decimal ;
  geo-pos:long "-28.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "147a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24586'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '147a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.33'^^xsd:double;
  dwc:latitude '30.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "689"^^xsd:integer ;
  dwc:maximumDepthInMeters "689"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "133," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13171'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '133,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '689'^^xsd:integer;
  dwc:maximumDepth '689'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.82"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "689"^^xsd:integer ;
  dwc:maximumDepthInMeters "689"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.82 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.82"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "133," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13404'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '133,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:latitude '29.82'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '689'^^xsd:integer;
  dwc:maximumDepth '689'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 damaged valve collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9089'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9122'^^xsd:integer;
  dwc:scientificName 'Setarches guentheri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '53'^^xsd:integer;
  dwc:aphiaid '127258'^^xsd:integer;
  dwc:aphiaIdAccepted '127258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9128'^^xsd:integer;
  dwc:scientificName 'Argyropelecus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127306'^^xsd:integer;
  dwc:aphiaIdAccepted '127306'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9130'^^xsd:integer;
  dwc:scientificName 'Polymixia nobilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127163'^^xsd:integer;
  dwc:aphiaIdAccepted '127163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9306'^^xsd:integer;
  dwc:scientificName 'Cyttopsis roseus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:aphiaid '159433'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9337'^^xsd:integer;
  dwc:scientificName 'Grammicolepis brachiusculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127420'^^xsd:integer;
  dwc:aphiaIdAccepted '127420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9347'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9350'^^xsd:integer;
  dwc:scientificName 'Heptranchias perlo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '105832'^^xsd:integer;
  dwc:aphiaIdAccepted '105832'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9363'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9398'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '40'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9484'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9499'^^xsd:integer;
  dwc:scientificName 'Torpedo nobiliana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '157868'^^xsd:integer;
  dwc:aphiaIdAccepted '321911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9504'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9535'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9256'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '51'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9300'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '244'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9320'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21253'^^xsd:integer;
  dwc:scientificName 'Hymenocephalus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:occurrenceRemarks 'BT---307-426---no:6'^^xsd:string;
  dwc:aphiaid '272373'^^xsd:integer;
  dwc:aphiaIdAccepted '318576'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.32)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "497," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9375'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '497,'^^xsd:string;
  dwc:timeOfDay '11.97'^^xsd:double;
  dwc:startTimeOfDay '11.97'^^xsd:double;
  dwc:endTimeOfDay '12.27'^^xsd:double;
  dwc:longitude '-28.32'^^xsd:double;
  dwc:startLongitude '-28.32333'^^xsd:double;
  dwc:endLongitude '-28.34'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:startLatitude '29.93333'^^xsd:double;
  dwc:endLatitude '29.93833'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1360'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "540"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "29.92"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "165," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12617'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '165,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '17'^^xsd:integer;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:latitude '29.92'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '540'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "540"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "29.92"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "165," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15929'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:fieldNumber '165,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '17'^^xsd:integer;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:latitude '29.92'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '540'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "540"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "29.92"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "165," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16299'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:fieldNumber '165,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '17'^^xsd:integer;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:latitude '29.92'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '540'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "540"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "29.92"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "165," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16487'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:fieldNumber '165,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '17'^^xsd:integer;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:latitude '29.92'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '540'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.92"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "540"^^xsd:integer ;
  dwc:maximumDepthInMeters "545"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.92 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "29.92"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "165," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16764'^^xsd:integer;
  dwc:scientificName 'Zenopsis conchifera'^^xsd:string;
  dwc:fieldNumber '165,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:startTimeOfDay '16'^^xsd:integer;
  dwc:endTimeOfDay '17'^^xsd:integer;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:latitude '29.92'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '540'^^xsd:integer;
  dwc:maximumDepth '545'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '159434'^^xsd:integer;
  dwc:aphiaIdAccepted '127426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "34.03"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12737'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 276'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.53'^^xsd:double;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:startLongitude '-28.316'^^xsd:double;
  dwc:endLongitude '-28.319166667'^^xsd:double;
  dwc:latitude '34.03'^^xsd:double;
  dwc:startLatitude '34.034333333'^^xsd:double;
  dwc:endLatitude '34.030833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks '3 bare collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "34.03"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12877'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 276'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.53'^^xsd:double;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:startLongitude '-28.316'^^xsd:double;
  dwc:endLongitude '-28.319166667'^^xsd:double;
  dwc:latitude '34.03'^^xsd:double;
  dwc:startLatitude '34.034333333'^^xsd:double;
  dwc:endLatitude '34.030833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -28.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.03"^^xsd:decimal ;
  dwc:decimalLongitude "-28.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "24"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.03 -28.31)"^^geo:wktLiteral ;
  geo-pos:lat "34.03"^^xsd:decimal ;
  geo-pos:long "-28.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24030'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 276'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.53'^^xsd:double;
  dwc:longitude '-28.31'^^xsd:double;
  dwc:startLongitude '-28.316'^^xsd:double;
  dwc:endLongitude '-28.319166667'^^xsd:double;
  dwc:latitude '34.03'^^xsd:double;
  dwc:startLatitude '34.034333333'^^xsd:double;
  dwc:endLatitude '34.030833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '24'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks '2 live specimes and 2 shells'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "17," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22869'^^xsd:integer;
  dwc:scientificName 'Amphionides reynaudii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '17,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.47'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1 or 2 specimens per sample, all zoel stages'^^xsd:string;
  dwc:aphiaid '107080'^^xsd:integer;
  dwc:aphiaIdAccepted '107080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "17," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22943'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '17,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.47'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from sample "Hai 17" in the source, which corresponds to "9aH17" in the sample table provided by the expedition leaders.  Stage IV zoea.'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12642'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12996'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13231'^^xsd:integer;
  dwc:scientificName 'Costatoverruca cornuta'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '345639'^^xsd:integer;
  dwc:aphiaIdAccepted '345639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13567'^^xsd:integer;
  dwc:scientificName 'Scillaelepas calyculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '535346'^^xsd:integer;
  dwc:aphiaIdAccepted '106171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14152'^^xsd:integer;
  dwc:scientificName 'Parantipathes larix'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '103328'^^xsd:integer;
  dwc:aphiaIdAccepted '103328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14754'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14820'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14850'^^xsd:integer;
  dwc:scientificName 'Enallopsammia rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '135190'^^xsd:integer;
  dwc:aphiaIdAccepted '135190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14868'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14984'^^xsd:integer;
  dwc:scientificName 'Leptosammia formosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '135192'^^xsd:integer;
  dwc:aphiaIdAccepted '135192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14993'^^xsd:integer;
  dwc:scientificName 'Regadrella peru'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:aphiaid '171876'^^xsd:integer;
  dwc:aphiaIdAccepted '134405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13320'^^xsd:integer;
  dwc:scientificName 'Aurivillialepas bocquetae'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '345630'^^xsd:integer;
  dwc:aphiaIdAccepted '345630'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.04"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "988"^^xsd:integer ;
  dwc:maximumDepthInMeters "1463"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.04 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "30.04"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "156," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14219'^^xsd:integer;
  dwc:scientificName 'Swiftia pallida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '156,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:startTimeOfDay '9.5'^^xsd:double;
  dwc:endTimeOfDay '11.42'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:latitude '30.04'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '988'^^xsd:integer;
  dwc:maximumDepth '1463'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '125401'^^xsd:integer;
  dwc:aphiaIdAccepted '1878244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "34.05"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12876'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 275'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.43'^^xsd:double;
  dwc:startTimeOfDay '12.43'^^xsd:double;
  dwc:endTimeOfDay '12.58'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:startLongitude '-28.301166667'^^xsd:double;
  dwc:endLongitude '-28.303'^^xsd:double;
  dwc:latitude '34.05'^^xsd:double;
  dwc:startLatitude '34.058166667'^^xsd:double;
  dwc:endLatitude '34.055166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "34.05"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23702'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 275'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.43'^^xsd:double;
  dwc:startTimeOfDay '12.43'^^xsd:double;
  dwc:endTimeOfDay '12.58'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:startLongitude '-28.301166667'^^xsd:double;
  dwc:endLongitude '-28.303'^^xsd:double;
  dwc:latitude '34.05'^^xsd:double;
  dwc:startLatitude '34.058166667'^^xsd:double;
  dwc:endLatitude '34.055166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "34.05"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24029'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 275'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.43'^^xsd:double;
  dwc:startTimeOfDay '12.43'^^xsd:double;
  dwc:endTimeOfDay '12.58'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:startLongitude '-28.301166667'^^xsd:double;
  dwc:endLongitude '-28.303'^^xsd:double;
  dwc:latitude '34.05'^^xsd:double;
  dwc:startLatitude '34.058166667'^^xsd:double;
  dwc:endLatitude '34.055166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "34.05"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24035'^^xsd:integer;
  dwc:scientificName 'Laubierina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 275'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.43'^^xsd:double;
  dwc:startTimeOfDay '12.43'^^xsd:double;
  dwc:endTimeOfDay '12.58'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:startLongitude '-28.301166667'^^xsd:double;
  dwc:endLongitude '-28.303'^^xsd:double;
  dwc:latitude '34.05'^^xsd:double;
  dwc:startLatitude '34.058166667'^^xsd:double;
  dwc:endLatitude '34.055166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138107'^^xsd:integer;
  dwc:aphiaIdAccepted '138107'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "34.05"^^xsd:decimal ;
  dwc:decimalLongitude "-28.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "22"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (34.05 -28.3)"^^geo:wktLiteral ;
  geo-pos:lat "34.05"^^xsd:decimal ;
  geo-pos:long "-28.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24359'^^xsd:integer;
  dwc:scientificName 'Rokopella euglypta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 275'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.43'^^xsd:double;
  dwc:startTimeOfDay '12.43'^^xsd:double;
  dwc:endTimeOfDay '12.58'^^xsd:double;
  dwc:longitude '-28.3'^^xsd:double;
  dwc:startLongitude '-28.301166667'^^xsd:double;
  dwc:endLongitude '-28.303'^^xsd:double;
  dwc:latitude '34.05'^^xsd:double;
  dwc:startLatitude '34.058166667'^^xsd:double;
  dwc:endLatitude '34.055166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '22'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen on a piece of basaltic rock'^^xsd:string;
  dwc:aphiaid '140565'^^xsd:integer;
  dwc:aphiaIdAccepted '699342'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21154'^^xsd:integer;
  dwc:scientificName 'Aphanopus carbo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---800-900---no:3'^^xsd:string;
  dwc:aphiaid '127085'^^xsd:integer;
  dwc:aphiaIdAccepted '127085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21180'^^xsd:integer;
  dwc:scientificName 'Benthodesmus simonyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---600-700---no:1'^^xsd:string;
  dwc:aphiaid '127087'^^xsd:integer;
  dwc:aphiaIdAccepted '127087'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21205'^^xsd:integer;
  dwc:scientificName 'Centroscymnus coelolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---900-1000---no:2'^^xsd:string;
  dwc:aphiaid '105907'^^xsd:integer;
  dwc:aphiaIdAccepted '105907'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21210'^^xsd:integer;
  dwc:scientificName 'Chiasmodon niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---700-800---no:1'^^xsd:string;
  dwc:aphiaid '126840'^^xsd:integer;
  dwc:aphiaIdAccepted '126840'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21213'^^xsd:integer;
  dwc:scientificName 'Coryphaena hippurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1------no:1'^^xsd:string;
  dwc:aphiaid '126846'^^xsd:integer;
  dwc:aphiaIdAccepted '126846'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21215'^^xsd:integer;
  dwc:scientificName 'Deania calcea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---700-900---no:7'^^xsd:string;
  dwc:aphiaid '105903'^^xsd:integer;
  dwc:aphiaIdAccepted '298167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21216'^^xsd:integer;
  dwc:scientificName 'Deania hystricosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---800-1100---no:8'^^xsd:string;
  dwc:aphiaid '105904'^^xsd:integer;
  dwc:aphiaIdAccepted '105904'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21298'^^xsd:integer;
  dwc:scientificName 'Pseudotriakis microdon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---900-1000---no:1'^^xsd:string;
  dwc:aphiaid '105805'^^xsd:integer;
  dwc:aphiaIdAccepted '105805'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21300'^^xsd:integer;
  dwc:scientificName 'Ruvettus pretiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1, VLL2---600-700---no:2'^^xsd:string;
  dwc:aphiaid '126867'^^xsd:integer;
  dwc:aphiaIdAccepted '126867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21318'^^xsd:integer;
  dwc:scientificName 'Synaphobranchus kaupii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-1'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1---900-1100---no:6'^^xsd:string;
  dwc:aphiaid '126328'^^xsd:integer;
  dwc:aphiaIdAccepted '126328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1070"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.89 -28.29)"^^geo:wktLiteral ;
  geo-pos:lat "29.89"^^xsd:decimal ;
  geo-pos:long "-28.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "549-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21354'^^xsd:integer;
  dwc:scientificName 'Ruvettus pretiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '549-2'^^xsd:string;
  dwc:longitude '-28.29'^^xsd:double;
  dwc:latitude '29.89'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1070'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'VLL1, VLL2---600-700---no:2'^^xsd:string;
  dwc:aphiaid '126867'^^xsd:integer;
  dwc:aphiaIdAccepted '126867'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.85"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.85 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.85"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "161," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15910'^^xsd:integer;
  dwc:scientificName 'Aldrovandia rostrata'^^xsd:string;
  dwc:fieldNumber '161,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '1.17'^^xsd:double;
  dwc:startTimeOfDay '1.17'^^xsd:double;
  dwc:endTimeOfDay '2.38'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.85'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '272739'^^xsd:integer;
  dwc:aphiaIdAccepted '272739'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13148'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:occurrenceRemarks '3 valves collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13181'^^xsd:integer;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13203'^^xsd:integer;
  dwc:scientificName 'Rhinoclama teres'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 5 valves'^^xsd:string;
  dwc:aphiaid '408133'^^xsd:integer;
  dwc:aphiaIdAccepted '408133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13418'^^xsd:integer;
  dwc:scientificName 'Platidia anomoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13451'^^xsd:integer;
  dwc:scientificName 'Dyscolia wyvillei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:occurrenceRemarks '4 empty shells and a fragment of valve collected'^^xsd:string;
  dwc:aphiaid '235509'^^xsd:integer;
  dwc:aphiaIdAccepted '235509'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14022'^^xsd:integer;
  dwc:scientificName 'Cyathidium foresti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124245'^^xsd:integer;
  dwc:aphiaIdAccepted '124245'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14199'^^xsd:integer;
  dwc:scientificName 'Acanella arbuscula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include fragment'^^xsd:string;
  dwc:aphiaid '125371'^^xsd:integer;
  dwc:aphiaIdAccepted '125371'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14892'^^xsd:integer;
  dwc:scientificName 'Fungiacyathus crispus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:aphiaid '135203'^^xsd:integer;
  dwc:aphiaIdAccepted '135203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14919'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14991'^^xsd:integer;
  dwc:scientificName 'Hertwigia falcifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:aphiaid '134402'^^xsd:integer;
  dwc:aphiaIdAccepted '134402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14992'^^xsd:integer;
  dwc:scientificName 'Regadrella peru'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:aphiaid '171876'^^xsd:integer;
  dwc:aphiaIdAccepted '134405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16691'^^xsd:integer;
  dwc:scientificName 'Setarches guentheri'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127258'^^xsd:integer;
  dwc:aphiaIdAccepted '127258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13073'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:occurrenceRemarks '13 valves collected'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1634"^^xsd:integer ;
  dwc:maximumDepthInMeters "1634"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "155," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13541'^^xsd:integer;
  dwc:scientificName 'Bathylasma hirsutum'^^xsd:string;
  dwc:fieldNumber '155,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:startTimeOfDay '5.92'^^xsd:double;
  dwc:endTimeOfDay '7.67'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1634'^^xsd:integer;
  dwc:maximumDepth '1634'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '106241'^^xsd:integer;
  dwc:aphiaIdAccepted '106241'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.35 -28.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.35"^^xsd:decimal ;
  dwc:decimalLongitude "-28.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1150"^^xsd:integer ;
  dwc:maximumDepthInMeters "1550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.35 -28.28)"^^geo:wktLiteral ;
  geo-pos:lat "30.35"^^xsd:decimal ;
  geo-pos:long "-28.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "3," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22875'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '3,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '5.92'^^xsd:double;
  dwc:longitude '-28.28'^^xsd:double;
  dwc:latitude '30.35'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1150'^^xsd:integer;
  dwc:maximumDepth '1550'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12997'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13137'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 3 valves'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13223'^^xsd:integer;
  dwc:scientificName 'Altiverruca longicarinata'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:aphiaid '182955'^^xsd:integer;
  dwc:aphiaIdAccepted '182955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13574'^^xsd:integer;
  dwc:scientificName 'Asconema fristedti fristedti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:aphiaid '255145'^^xsd:integer;
  dwc:aphiaIdAccepted '255145'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13596'^^xsd:integer;
  dwc:scientificName 'Asconema topsenti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:aphiaid '255148'^^xsd:integer;
  dwc:aphiaIdAccepted '255148'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14151'^^xsd:integer;
  dwc:scientificName 'Bathypathes patula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103323'^^xsd:integer;
  dwc:aphiaIdAccepted '103323'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14156'^^xsd:integer;
  dwc:scientificName 'Acanthogorgia armata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125348'^^xsd:integer;
  dwc:aphiaIdAccepted '125348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14218'^^xsd:integer;
  dwc:scientificName 'Muriceides paucituberculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125384'^^xsd:integer;
  dwc:aphiaIdAccepted '292017'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14220'^^xsd:integer;
  dwc:scientificName 'Swiftia pallida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '125401'^^xsd:integer;
  dwc:aphiaIdAccepted '1878244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14821'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14153'^^xsd:integer;
  dwc:scientificName 'Parantipathes larix'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103328'^^xsd:integer;
  dwc:aphiaIdAccepted '103328'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "750"^^xsd:integer ;
  dwc:maximumDepthInMeters "850"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.27)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "167," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14994'^^xsd:integer;
  dwc:scientificName 'Regadrella peru'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '167,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '14.67'^^xsd:double;
  dwc:startTimeOfDay '14.67'^^xsd:double;
  dwc:endTimeOfDay '16.17'^^xsd:double;
  dwc:longitude '-28.27'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '750'^^xsd:integer;
  dwc:maximumDepth '850'^^xsd:integer;
  dwc:aphiaid '171876'^^xsd:integer;
  dwc:aphiaIdAccepted '134405'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1110"^^xsd:integer ;
  dwc:maximumDepthInMeters "1125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.26)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "178," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24735'^^xsd:integer;
  dwc:scientificName 'Eunice norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '178,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-28.26'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1110'^^xsd:integer;
  dwc:maximumDepth '1125'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '130058'^^xsd:integer;
  dwc:aphiaIdAccepted '130058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.34 -28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.34"^^xsd:decimal ;
  dwc:decimalLongitude "-28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.34 -28.26)"^^geo:wktLiteral ;
  geo-pos:lat "32.34"^^xsd:decimal ;
  geo-pos:long "-28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12591'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 222'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.08'^^xsd:double;
  dwc:startTimeOfDay '11.08'^^xsd:double;
  dwc:endTimeOfDay '11.23'^^xsd:double;
  dwc:longitude '-28.26'^^xsd:double;
  dwc:startLongitude '-28.261'^^xsd:double;
  dwc:endLongitude '-28.262'^^xsd:double;
  dwc:latitude '32.34'^^xsd:double;
  dwc:startLatitude '32.346833333'^^xsd:double;
  dwc:endLatitude '32.350333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.34 -28.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.34"^^xsd:decimal ;
  dwc:decimalLongitude "-28.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.34 -28.26)"^^geo:wktLiteral ;
  geo-pos:lat "32.34"^^xsd:decimal ;
  geo-pos:long "-28.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12775'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 222'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.08'^^xsd:double;
  dwc:startTimeOfDay '11.08'^^xsd:double;
  dwc:endTimeOfDay '11.23'^^xsd:double;
  dwc:longitude '-28.26'^^xsd:double;
  dwc:startLongitude '-28.261'^^xsd:double;
  dwc:endLongitude '-28.262'^^xsd:double;
  dwc:latitude '32.34'^^xsd:double;
  dwc:startLatitude '32.346833333'^^xsd:double;
  dwc:endLatitude '32.350333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:occurrenceRemarks '1 bare subfossil (10.3 mm in size) collected'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.65 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.65"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "366"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.65 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.65"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "8," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22880'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '8,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '10.52'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.65'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '366'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12729'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 144 bare tests'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12780'^^xsd:integer;
  dwc:scientificName 'Habrocidaris scutata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '124252'^^xsd:integer;
  dwc:aphiaIdAccepted '124252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12822'^^xsd:integer;
  dwc:scientificName 'Plesiodiadema antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '124330'^^xsd:integer;
  dwc:aphiaIdAccepted '124330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13182'^^xsd:integer;
  dwc:scientificName 'Halonympha depressa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:occurrenceRemarks '3 valves collected'^^xsd:string;
  dwc:aphiaid '139459'^^xsd:integer;
  dwc:aphiaIdAccepted '139459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13546'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13555'^^xsd:integer;
  dwc:scientificName 'Oxynaspis patens'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Scutums only'^^xsd:string;
  dwc:aphiaid '106154'^^xsd:integer;
  dwc:aphiaIdAccepted '718640'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14174'^^xsd:integer;
  dwc:scientificName 'Thouarella hilgendorfi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125413'^^xsd:integer;
  dwc:aphiaIdAccepted '125413'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14178'^^xsd:integer;
  dwc:scientificName 'Chrysogorgia quadruplex'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125353'^^xsd:integer;
  dwc:aphiaIdAccepted '125353'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14181'^^xsd:integer;
  dwc:scientificName 'Metallogorgia melanotrichos'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125355'^^xsd:integer;
  dwc:aphiaIdAccepted '125355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14215'^^xsd:integer;
  dwc:scientificName 'Paramuricea placomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125390'^^xsd:integer;
  dwc:aphiaIdAccepted '125390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14222'^^xsd:integer;
  dwc:scientificName 'Tubigorgia cylindrica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Material includes the holotype'^^xsd:string;
  dwc:aphiaid '291257'^^xsd:integer;
  dwc:aphiaIdAccepted '291257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14810'^^xsd:integer;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14918'^^xsd:integer;
  dwc:scientificName 'Javania pseudoalabastra'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135199'^^xsd:integer;
  dwc:aphiaIdAccepted '135199'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14920'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14930'^^xsd:integer;
  dwc:scientificName 'Madrepora oculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135209'^^xsd:integer;
  dwc:aphiaIdAccepted '135209'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14950'^^xsd:integer;
  dwc:scientificName 'Solenosmilia variabilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135168'^^xsd:integer;
  dwc:aphiaIdAccepted '135168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.91"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "240"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.91 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.91"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "158," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14975'^^xsd:integer;
  dwc:scientificName 'Vaughanella concinna'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '158,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '7.42'^^xsd:double;
  dwc:startTimeOfDay '7.42'^^xsd:double;
  dwc:endTimeOfDay '10.67'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.91'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '240'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:aphiaid '135177'^^xsd:integer;
  dwc:aphiaIdAccepted '135177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13255'^^xsd:integer;
  dwc:scientificName 'Heteralepas microstoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:aphiaid '106169'^^xsd:integer;
  dwc:aphiaIdAccepted '106169'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14159'^^xsd:integer;
  dwc:scientificName 'Callogorgia verticillaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14192'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14869'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15974'^^xsd:integer;
  dwc:scientificName 'Decapterus macarellus'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126807'^^xsd:integer;
  dwc:aphiaIdAccepted '126807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16141'^^xsd:integer;
  dwc:scientificName 'Chaunax pictus'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126539'^^xsd:integer;
  dwc:aphiaIdAccepted '126539'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16289'^^xsd:integer;
  dwc:scientificName 'Laemonema yarrellii'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126492'^^xsd:integer;
  dwc:aphiaIdAccepted '126492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16301'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16485'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16505'^^xsd:integer;
  dwc:scientificName 'Maurolicus amethystinopunctatus'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127311'^^xsd:integer;
  dwc:aphiaIdAccepted '127311'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16894'^^xsd:integer;
  dwc:scientificName 'Sebastes'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126175'^^xsd:integer;
  dwc:aphiaIdAccepted '126175'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15957'^^xsd:integer;
  dwc:scientificName 'Cyttopsis rosea'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '127425'^^xsd:integer;
  dwc:aphiaIdAccepted '127425'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16144'^^xsd:integer;
  dwc:scientificName 'Chlorophthalmus agassizi'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '126336'^^xsd:integer;
  dwc:aphiaIdAccepted '126336'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16689'^^xsd:integer;
  dwc:scientificName 'Setarches guentheri'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127258'^^xsd:integer;
  dwc:aphiaIdAccepted '127258'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.97"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.97 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "29.97"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "157," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16404'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:fieldNumber '157,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.42'^^xsd:double;
  dwc:startTimeOfDay '16.42'^^xsd:double;
  dwc:endTimeOfDay '16.75'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:latitude '29.97'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12535'^^xsd:integer;
  dwc:scientificName 'Calveriosoma fenestratum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 224'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.97'^^xsd:double;
  dwc:startTimeOfDay '15.97'^^xsd:double;
  dwc:endTimeOfDay '16.97'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.2575'^^xsd:double;
  dwc:endLongitude '-28.245666667'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.203'^^xsd:double;
  dwc:endLatitude '32.224666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124337'^^xsd:integer;
  dwc:aphiaIdAccepted '149880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12592'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 224'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.97'^^xsd:double;
  dwc:startTimeOfDay '15.97'^^xsd:double;
  dwc:endTimeOfDay '16.97'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.2575'^^xsd:double;
  dwc:endLongitude '-28.245666667'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.203'^^xsd:double;
  dwc:endLatitude '32.224666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12865'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 224'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.97'^^xsd:double;
  dwc:startTimeOfDay '15.97'^^xsd:double;
  dwc:endTimeOfDay '16.97'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.2575'^^xsd:double;
  dwc:endLongitude '-28.245666667'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.203'^^xsd:double;
  dwc:endLatitude '32.224666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24141'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 224'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.97'^^xsd:double;
  dwc:startTimeOfDay '15.97'^^xsd:double;
  dwc:endTimeOfDay '16.97'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.2575'^^xsd:double;
  dwc:endLongitude '-28.245666667'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.203'^^xsd:double;
  dwc:endLatitude '32.224666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.2 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.2"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24097'^^xsd:integer;
  dwc:scientificName 'Oocorys verrillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 224'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.97'^^xsd:double;
  dwc:startTimeOfDay '15.97'^^xsd:double;
  dwc:endTimeOfDay '16.97'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.2575'^^xsd:double;
  dwc:endLongitude '-28.245666667'^^xsd:double;
  dwc:latitude '32.2'^^xsd:double;
  dwc:startLatitude '32.203'^^xsd:double;
  dwc:endLatitude '32.224666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), old'^^xsd:string;
  dwc:aphiaid '533236'^^xsd:integer;
  dwc:aphiaIdAccepted '533236'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.29"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12590'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 221'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:startTimeOfDay '9.25'^^xsd:double;
  dwc:endTimeOfDay '9.42'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.255333333'^^xsd:double;
  dwc:endLongitude '-28.257833333'^^xsd:double;
  dwc:latitude '32.29'^^xsd:double;
  dwc:startLatitude '32.297333333'^^xsd:double;
  dwc:endLatitude '32.3005'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.29"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12782'^^xsd:integer;
  dwc:scientificName 'Habrocidaris scutata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 221'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:startTimeOfDay '9.25'^^xsd:double;
  dwc:endTimeOfDay '9.42'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.255333333'^^xsd:double;
  dwc:endLongitude '-28.257833333'^^xsd:double;
  dwc:latitude '32.29'^^xsd:double;
  dwc:startLatitude '32.297333333'^^xsd:double;
  dwc:endLatitude '32.3005'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '2.9 mm in size'^^xsd:string;
  dwc:aphiaid '124252'^^xsd:integer;
  dwc:aphiaIdAccepted '124252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.29"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12864'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 221'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:startTimeOfDay '9.25'^^xsd:double;
  dwc:endTimeOfDay '9.42'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.255333333'^^xsd:double;
  dwc:endLongitude '-28.257833333'^^xsd:double;
  dwc:latitude '32.29'^^xsd:double;
  dwc:startLatitude '32.297333333'^^xsd:double;
  dwc:endLatitude '32.3005'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.29"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24022'^^xsd:integer;
  dwc:scientificName 'Pisanianura grimaldii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 221'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:startTimeOfDay '9.25'^^xsd:double;
  dwc:endTimeOfDay '9.42'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.255333333'^^xsd:double;
  dwc:endLongitude '-28.257833333'^^xsd:double;
  dwc:latitude '32.29'^^xsd:double;
  dwc:startLatitude '32.297333333'^^xsd:double;
  dwc:endLatitude '32.3005'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140782'^^xsd:integer;
  dwc:aphiaIdAccepted '140782'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.29"^^xsd:decimal ;
  dwc:decimalLongitude "-28.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "177"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.29 -28.25)"^^geo:wktLiteral ;
  geo-pos:lat "32.29"^^xsd:decimal ;
  geo-pos:long "-28.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24140'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 221'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:startTimeOfDay '9.25'^^xsd:double;
  dwc:endTimeOfDay '9.42'^^xsd:double;
  dwc:longitude '-28.25'^^xsd:double;
  dwc:startLongitude '-28.255333333'^^xsd:double;
  dwc:endLongitude '-28.257833333'^^xsd:double;
  dwc:latitude '32.29'^^xsd:double;
  dwc:startLatitude '32.297333333'^^xsd:double;
  dwc:endLatitude '32.3005'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '177'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29579'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29580'^^xsd:integer;
  dwc:scientificName 'Bathysiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112300'^^xsd:integer;
  dwc:aphiaIdAccepted '112300'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29581'^^xsd:integer;
  dwc:scientificName 'Bolivina cincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112969'^^xsd:integer;
  dwc:aphiaIdAccepted '112969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29582'^^xsd:integer;
  dwc:scientificName 'Cassidulina grassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113075'^^xsd:integer;
  dwc:aphiaIdAccepted '397221'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29583'^^xsd:integer;
  dwc:scientificName 'Cornuspira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112006'^^xsd:integer;
  dwc:aphiaIdAccepted '112006'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29586'^^xsd:integer;
  dwc:scientificName 'Eggerelloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112326'^^xsd:integer;
  dwc:aphiaIdAccepted '112326'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29587'^^xsd:integer;
  dwc:scientificName 'Epistominella exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113334'^^xsd:integer;
  dwc:aphiaIdAccepted '113334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29588'^^xsd:integer;
  dwc:scientificName 'Epistominella pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29589'^^xsd:integer;
  dwc:scientificName 'Fissurina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112154'^^xsd:integer;
  dwc:aphiaIdAccepted '112154'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29590'^^xsd:integer;
  dwc:scientificName 'Glomospira gordialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113830'^^xsd:integer;
  dwc:aphiaIdAccepted '113830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29598'^^xsd:integer;
  dwc:scientificName 'Gyroidinoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112189'^^xsd:integer;
  dwc:aphiaIdAccepted '112189'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29599'^^xsd:integer;
  dwc:scientificName 'Lagenammina difflugiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114165'^^xsd:integer;
  dwc:aphiaIdAccepted '114165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29600'^^xsd:integer;
  dwc:scientificName 'Lituotuba lituiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114059'^^xsd:integer;
  dwc:aphiaIdAccepted '114059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29601'^^xsd:integer;
  dwc:scientificName 'Milionella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29602'^^xsd:integer;
  dwc:scientificName 'Nonionella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112233'^^xsd:integer;
  dwc:aphiaIdAccepted '112233'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29603'^^xsd:integer;
  dwc:scientificName 'Favulina hexagona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113193'^^xsd:integer;
  dwc:aphiaIdAccepted '113193'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29604'^^xsd:integer;
  dwc:scientificName 'Oolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112156'^^xsd:integer;
  dwc:aphiaIdAccepted '112156'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29606'^^xsd:integer;
  dwc:scientificName 'Osangularia culter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112841'^^xsd:integer;
  dwc:aphiaIdAccepted '112841'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29608'^^xsd:integer;
  dwc:scientificName 'Pullenia salisbury'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113113'^^xsd:integer;
  dwc:aphiaIdAccepted '113113'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29609'^^xsd:integer;
  dwc:scientificName 'Reophax scorpiurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114016'^^xsd:integer;
  dwc:aphiaIdAccepted '114016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29611'^^xsd:integer;
  dwc:scientificName 'Reophax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112341'^^xsd:integer;
  dwc:aphiaIdAccepted '112341'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29613'^^xsd:integer;
  dwc:scientificName 'Rhizammina algaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments'^^xsd:string;
  dwc:aphiaid '113906'^^xsd:integer;
  dwc:aphiaIdAccepted '113906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29615'^^xsd:integer;
  dwc:scientificName 'Rotaliina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '111891'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29616'^^xsd:integer;
  dwc:scientificName 'Seabrookia earlandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '417889'^^xsd:integer;
  dwc:aphiaIdAccepted '466320'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29617'^^xsd:integer;
  dwc:scientificName 'Spirilina decorata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113733'^^xsd:integer;
  dwc:aphiaIdAccepted '113733'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29619'^^xsd:integer;
  dwc:scientificName 'Spiroloculina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112046'^^xsd:integer;
  dwc:aphiaIdAccepted '112046'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29620'^^xsd:integer;
  dwc:scientificName 'Textularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112394'^^xsd:integer;
  dwc:aphiaIdAccepted '112394'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29622'^^xsd:integer;
  dwc:scientificName 'Thurammina papillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114215'^^xsd:integer;
  dwc:aphiaIdAccepted '114215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29624'^^xsd:integer;
  dwc:scientificName 'Trochammina conglobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '522413'^^xsd:integer;
  dwc:aphiaIdAccepted '817175'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29627'^^xsd:integer;
  dwc:scientificName 'Trochammina inflata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114348'^^xsd:integer;
  dwc:aphiaIdAccepted '114348'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29630'^^xsd:integer;
  dwc:scientificName 'Tritaxis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114335'^^xsd:integer;
  dwc:aphiaIdAccepted '114360'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29631'^^xsd:integer;
  dwc:scientificName 'Trochamminoides proteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '417599'^^xsd:integer;
  dwc:aphiaIdAccepted '417599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29623'^^xsd:integer;
  dwc:scientificName 'Triloculina tricarinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112771'^^xsd:integer;
  dwc:aphiaIdAccepted '991800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29584'^^xsd:integer;
  dwc:scientificName 'Cyclammina trullisata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114049'^^xsd:integer;
  dwc:aphiaIdAccepted '114049'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29605'^^xsd:integer;
  dwc:scientificName 'Ophthalmidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '409682'^^xsd:integer;
  dwc:aphiaIdAccepted '409682'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.88"^^xsd:decimal ;
  dwc:decimalLongitude "-28.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.88 -28.24)"^^geo:wktLiteral ;
  geo-pos:lat "29.88"^^xsd:decimal ;
  geo-pos:long "-28.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "548," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29618'^^xsd:integer;
  dwc:scientificName 'Spiroloculina depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '548,'^^xsd:string;
  dwc:longitude '-28.24'^^xsd:double;
  dwc:latitude '29.88'^^xsd:double;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112722'^^xsd:integer;
  dwc:aphiaIdAccepted '112722'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29546'^^xsd:integer;
  dwc:scientificName 'Adercotryma glomerata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113837'^^xsd:integer;
  dwc:aphiaIdAccepted '417607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29547'^^xsd:integer;
  dwc:scientificName 'Ammobacculites filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114026'^^xsd:integer;
  dwc:aphiaIdAccepted '114026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29549'^^xsd:integer;
  dwc:scientificName 'Cribrostomoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112347'^^xsd:integer;
  dwc:aphiaIdAccepted '112347'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29550'^^xsd:integer;
  dwc:scientificName 'Cyclammina trullisata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114049'^^xsd:integer;
  dwc:aphiaIdAccepted '114049'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29552'^^xsd:integer;
  dwc:scientificName 'Dentalina inornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '479085'^^xsd:integer;
  dwc:aphiaIdAccepted '466115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29553'^^xsd:integer;
  dwc:scientificName 'Epistominella exigua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113334'^^xsd:integer;
  dwc:aphiaIdAccepted '113334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29554'^^xsd:integer;
  dwc:scientificName 'Epistominella rugosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113339'^^xsd:integer;
  dwc:aphiaIdAccepted '112915'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29555'^^xsd:integer;
  dwc:scientificName 'Ioanella tumidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113363'^^xsd:integer;
  dwc:aphiaIdAccepted '113363'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29557'^^xsd:integer;
  dwc:scientificName 'Fissurina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112154'^^xsd:integer;
  dwc:aphiaIdAccepted '112154'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29558'^^xsd:integer;
  dwc:scientificName 'Glomospira gordialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113830'^^xsd:integer;
  dwc:aphiaIdAccepted '113830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29561'^^xsd:integer;
  dwc:scientificName 'Hoeglundina elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113341'^^xsd:integer;
  dwc:aphiaIdAccepted '113341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29562'^^xsd:integer;
  dwc:scientificName 'Jacutella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29563'^^xsd:integer;
  dwc:scientificName 'Lagenammina difflugiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114165'^^xsd:integer;
  dwc:aphiaIdAccepted '114165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29564'^^xsd:integer;
  dwc:scientificName 'Osangularia culter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112841'^^xsd:integer;
  dwc:aphiaIdAccepted '112841'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29565'^^xsd:integer;
  dwc:scientificName 'Psammosphaera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112369'^^xsd:integer;
  dwc:aphiaIdAccepted '112369'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29566'^^xsd:integer;
  dwc:scientificName 'Pullenia bolloides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113110'^^xsd:integer;
  dwc:aphiaIdAccepted '113110'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29568'^^xsd:integer;
  dwc:scientificName 'Quinqueloculina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112040'^^xsd:integer;
  dwc:aphiaIdAccepted '112040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29569'^^xsd:integer;
  dwc:scientificName 'Reophax bilocularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113993'^^xsd:integer;
  dwc:aphiaIdAccepted '113993'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29573'^^xsd:integer;
  dwc:scientificName 'Rhizammina algaeformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments'^^xsd:string;
  dwc:aphiaid '113906'^^xsd:integer;
  dwc:aphiaIdAccepted '113906'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29574'^^xsd:integer;
  dwc:scientificName 'Thurammina papillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114215'^^xsd:integer;
  dwc:aphiaIdAccepted '114215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29575'^^xsd:integer;
  dwc:scientificName 'Trochammina globigeriniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114344'^^xsd:integer;
  dwc:aphiaIdAccepted '114298'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29576'^^xsd:integer;
  dwc:scientificName 'Trochammina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112412'^^xsd:integer;
  dwc:aphiaIdAccepted '112412'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29577'^^xsd:integer;
  dwc:scientificName 'Trochamminoides proteus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '417599'^^xsd:integer;
  dwc:aphiaIdAccepted '417599'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29578'^^xsd:integer;
  dwc:scientificName 'Trochamminopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112413'^^xsd:integer;
  dwc:aphiaIdAccepted '112413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29571'^^xsd:integer;
  dwc:scientificName 'Reophax scorpiurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '114016'^^xsd:integer;
  dwc:aphiaIdAccepted '114016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29548'^^xsd:integer;
  dwc:scientificName 'Cibicidoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112084'^^xsd:integer;
  dwc:aphiaIdAccepted '112084'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29560'^^xsd:integer;
  dwc:scientificName 'Gyroidinoides umbunatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '113417'^^xsd:integer;
  dwc:aphiaIdAccepted '112902'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.2"^^xsd:decimal ;
  dwc:decimalLongitude "-28.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "890"^^xsd:integer ;
  dwc:maximumDepthInMeters "910"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.2 -28.23)"^^geo:wktLiteral ;
  geo-pos:lat "30.2"^^xsd:decimal ;
  geo-pos:long "-28.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "506," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29567'^^xsd:integer;
  dwc:scientificName 'Pyrgo murrhyna'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '506,'^^xsd:string;
  dwc:longitude '-28.23'^^xsd:double;
  dwc:latitude '30.2'^^xsd:double;
  dwc:minimumDepth '890'^^xsd:integer;
  dwc:maximumDepth '910'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Only live individuals counted.'^^xsd:string;
  dwc:aphiaid '112593'^^xsd:integer;
  dwc:aphiaIdAccepted '112593'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "930"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12730'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11.13'^^xsd:double;
  dwc:startTimeOfDay '11.13'^^xsd:double;
  dwc:endTimeOfDay '14.87'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '930'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1bare test'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "930"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12823'^^xsd:integer;
  dwc:scientificName 'Plesiodiadema antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11.13'^^xsd:double;
  dwc:startTimeOfDay '11.13'^^xsd:double;
  dwc:endTimeOfDay '14.87'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '930'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124330'^^xsd:integer;
  dwc:aphiaIdAccepted '124330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "930"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13472'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11.13'^^xsd:double;
  dwc:startTimeOfDay '11.13'^^xsd:double;
  dwc:endTimeOfDay '14.87'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '930'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:occurrenceRemarks '5 empty shells collected'^^xsd:string;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "930"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14011'^^xsd:integer;
  dwc:scientificName 'Neotanais hastiger'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11.13'^^xsd:double;
  dwc:startTimeOfDay '11.13'^^xsd:double;
  dwc:endTimeOfDay '14.87'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '930'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '136334'^^xsd:integer;
  dwc:aphiaIdAccepted '136334'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "930"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13588'^^xsd:integer;
  dwc:scientificName 'Asconema megaatrialia megaatrialia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11.13'^^xsd:double;
  dwc:startTimeOfDay '11.13'^^xsd:double;
  dwc:endTimeOfDay '14.87'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '930'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:aphiaid '255150'^^xsd:integer;
  dwc:aphiaIdAccepted '255150'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.93"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "930"^^xsd:integer ;
  dwc:maximumDepthInMeters "930"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.93 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.93"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "159," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15000'^^xsd:integer;
  dwc:scientificName 'Poliopogon amadow pacifica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '159,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11.13'^^xsd:double;
  dwc:startTimeOfDay '11.13'^^xsd:double;
  dwc:endTimeOfDay '14.87'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.93'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '930'^^xsd:integer;
  dwc:maximumDepth '930'^^xsd:integer;
  dwc:aphiaid '171582'^^xsd:integer;
  dwc:aphiaIdAccepted '171582'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.95 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "29.95"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "25," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22888'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '25,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '29.95'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.46 -28.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.46"^^xsd:decimal ;
  dwc:decimalLongitude "-28.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.46 -28.21)"^^geo:wktLiteral ;
  geo-pos:lat "30.46"^^xsd:decimal ;
  geo-pos:long "-28.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "52," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22891'^^xsd:integer;
  dwc:scientificName 'Lucifer typus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '52,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.97'^^xsd:double;
  dwc:longitude '-28.21'^^xsd:double;
  dwc:latitude '30.46'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:occurrenceRemarks '1-22 specimens per sample, all stages - protozoea to adult'^^xsd:string;
  dwc:aphiaid '107122'^^xsd:integer;
  dwc:aphiaIdAccepted '107122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.18)"^^geo:wktLiteral ;
  geo-pos:lat "30.15"^^xsd:decimal ;
  geo-pos:long "-28.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "16," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22862'^^xsd:integer;
  dwc:scientificName 'Lophogaster subglaber'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '16,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:longitude '-28.18'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '119935'^^xsd:integer;
  dwc:aphiaIdAccepted '119935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "30.15"^^xsd:decimal ;
  dwc:decimalLongitude "-28.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (30.15 -28.18)"^^geo:wktLiteral ;
  geo-pos:lat "30.15"^^xsd:decimal ;
  geo-pos:long "-28.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "16," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22914'^^xsd:integer;
  dwc:scientificName 'Parapenaeus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '16,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:longitude '-28.18'^^xsd:double;
  dwc:latitude '30.15'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage ?II mysis'^^xsd:string;
  dwc:aphiaid '106819'^^xsd:integer;
  dwc:aphiaIdAccepted '106819'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10244'^^xsd:integer;
  dwc:scientificName 'Trituba lima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180939'^^xsd:integer;
  dwc:aphiaIdAccepted '180939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23638'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23639'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23640'^^xsd:integer;
  dwc:scientificName 'Terebratulina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:aphiaid '104040'^^xsd:integer;
  dwc:aphiaIdAccepted '104040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24124'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24142'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.14"^^xsd:decimal ;
  dwc:decimalLongitude "-28.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "181"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.14 -28.17)"^^geo:wktLiteral ;
  geo-pos:lat "32.14"^^xsd:decimal ;
  geo-pos:long "-28.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24327'^^xsd:integer;
  dwc:scientificName 'Turbonilla hoecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 225'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.72'^^xsd:double;
  dwc:startTimeOfDay '19.72'^^xsd:double;
  dwc:endTimeOfDay '19.97'^^xsd:double;
  dwc:longitude '-28.17'^^xsd:double;
  dwc:startLongitude '-28.178833333'^^xsd:double;
  dwc:endLongitude '-28.175'^^xsd:double;
  dwc:latitude '32.14'^^xsd:double;
  dwc:startLatitude '32.143166667'^^xsd:double;
  dwc:endLatitude '32.148666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '181'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment(s)'^^xsd:string;
  dwc:aphiaid '141068'^^xsd:integer;
  dwc:aphiaIdAccepted '141068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "855"^^xsd:integer ;
  dwc:maximumDepthInMeters "855"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "162," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12731'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '162,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '5.67'^^xsd:double;
  dwc:startTimeOfDay '5.67'^^xsd:double;
  dwc:endTimeOfDay '9.58'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '855'^^xsd:integer;
  dwc:maximumDepth '855'^^xsd:integer;
  dwc:occurrenceRemarks '6 bare tests collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "32.11"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23641'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 226'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.63'^^xsd:double;
  dwc:startTimeOfDay '21.63'^^xsd:double;
  dwc:endTimeOfDay '21.82'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:startLongitude '-28.146833333'^^xsd:double;
  dwc:endLongitude '-28.1445'^^xsd:double;
  dwc:latitude '32.11'^^xsd:double;
  dwc:startLatitude '32.1125'^^xsd:double;
  dwc:endLatitude '32.114666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "32.11"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23642'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 227'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:startTimeOfDay '23.15'^^xsd:double;
  dwc:endTimeOfDay '23.33'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:startLongitude '-28.145666667'^^xsd:double;
  dwc:endLongitude '-28.1445'^^xsd:double;
  dwc:latitude '32.11'^^xsd:double;
  dwc:startLatitude '32.1195'^^xsd:double;
  dwc:endLatitude '32.124333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from sample DW 227 in the source, which has coordinates that correspond to DE 227 in the sample table provided by the expedition leaders.'^^xsd:string;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "32.11"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24073'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 226'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.63'^^xsd:double;
  dwc:startTimeOfDay '21.63'^^xsd:double;
  dwc:endTimeOfDay '21.82'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:startLongitude '-28.146833333'^^xsd:double;
  dwc:endLongitude '-28.1445'^^xsd:double;
  dwc:latitude '32.11'^^xsd:double;
  dwc:startLatitude '32.1125'^^xsd:double;
  dwc:endLatitude '32.114666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "32.11"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24101'^^xsd:integer;
  dwc:scientificName 'Eudolium bairdii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 226'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.63'^^xsd:double;
  dwc:startTimeOfDay '21.63'^^xsd:double;
  dwc:endTimeOfDay '21.82'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:startLongitude '-28.146833333'^^xsd:double;
  dwc:endLongitude '-28.1445'^^xsd:double;
  dwc:latitude '32.11'^^xsd:double;
  dwc:startLatitude '32.1125'^^xsd:double;
  dwc:endLatitude '32.114666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '141686'^^xsd:integer;
  dwc:aphiaIdAccepted '141686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "181"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "32.11"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24125'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 226'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.63'^^xsd:double;
  dwc:startTimeOfDay '21.63'^^xsd:double;
  dwc:endTimeOfDay '21.82'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:startLongitude '-28.146833333'^^xsd:double;
  dwc:endLongitude '-28.1445'^^xsd:double;
  dwc:latitude '32.11'^^xsd:double;
  dwc:startLatitude '32.1125'^^xsd:double;
  dwc:endLatitude '32.114666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '181'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.11"^^xsd:decimal ;
  dwc:decimalLongitude "-28.14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.11 -28.14)"^^geo:wktLiteral ;
  geo-pos:lat "32.11"^^xsd:decimal ;
  geo-pos:long "-28.14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24126'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 227'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:startTimeOfDay '23.15'^^xsd:double;
  dwc:endTimeOfDay '23.33'^^xsd:double;
  dwc:longitude '-28.14'^^xsd:double;
  dwc:startLongitude '-28.145666667'^^xsd:double;
  dwc:endLongitude '-28.1445'^^xsd:double;
  dwc:latitude '32.11'^^xsd:double;
  dwc:startLatitude '32.1195'^^xsd:double;
  dwc:endLatitude '32.124333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12614'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12640'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12944'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12985'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 32 bare tests'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13149'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13156'^^xsd:integer;
  dwc:scientificName 'Haliris lamothei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 5 valves'^^xsd:string;
  dwc:aphiaid '236732'^^xsd:integer;
  dwc:aphiaIdAccepted '236732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13168'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:occurrenceRemarks '3 valves collected'^^xsd:string;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13233'^^xsd:integer;
  dwc:scientificName 'Costatoverruca cornuta'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '345639'^^xsd:integer;
  dwc:aphiaIdAccepted '345639'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14122'^^xsd:integer;
  dwc:scientificName 'Ophiomyces grandis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '125041'^^xsd:integer;
  dwc:aphiaIdAccepted '125041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14733'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14877'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14928'^^xsd:integer;
  dwc:scientificName 'Madracis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135125'^^xsd:integer;
  dwc:aphiaIdAccepted '135125'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13195'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.08"^^xsd:decimal ;
  dwc:decimalLongitude "-28.09"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.08 -28.09)"^^geo:wktLiteral ;
  geo-pos:lat "32.08"^^xsd:decimal ;
  geo-pos:long "-28.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2062," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14774'^^xsd:integer;
  dwc:scientificName 'Caryophyllia cyathus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2062'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:startTimeOfDay '18.1'^^xsd:double;
  dwc:endTimeOfDay '19.33'^^xsd:double;
  dwc:longitude '-28.09'^^xsd:double;
  dwc:startLongitude '-28.091666667'^^xsd:double;
  dwc:endLongitude '-28.093333333'^^xsd:double;
  dwc:latitude '32.08'^^xsd:double;
  dwc:startLatitude '32.088333333'^^xsd:double;
  dwc:endLatitude '32.095'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135138'^^xsd:integer;
  dwc:aphiaIdAccepted '135138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "465"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "67," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22951'^^xsd:integer;
  dwc:scientificName 'Parthenope'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '67,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.82'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '465'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage IV zoea'^^xsd:string;
  dwc:aphiaid '106916'^^xsd:integer;
  dwc:aphiaIdAccepted '106916'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.96"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "465"^^xsd:integer ;
  dwc:maximumDepthInMeters "465"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.96 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "29.96"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "67," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23092'^^xsd:integer;
  dwc:scientificName 'Malacostraca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '67,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.82'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:latitude '29.96'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '465'^^xsd:integer;
  dwc:maximumDepth '465'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Original source gives the date of this sample as 25 July 1967, but reference 2234, which has full sample information, gives the date as 23 July 1967.  Listed as "Species ASM 26".  Stage III  zoea.'^^xsd:string;
  dwc:aphiaid '1071'^^xsd:integer;
  dwc:aphiaIdAccepted '1071'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12588'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24072'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24086'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24122'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24173'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23635'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.87"^^xsd:decimal ;
  dwc:decimalLongitude "-28.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.87 -28.06)"^^geo:wktLiteral ;
  geo-pos:lat "31.87"^^xsd:decimal ;
  geo-pos:long "-28.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24139'^^xsd:integer;
  dwc:scientificName 'Fusinus amiantus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 218'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:startTimeOfDay '17.65'^^xsd:double;
  dwc:endTimeOfDay '17.77'^^xsd:double;
  dwc:longitude '-28.06'^^xsd:double;
  dwc:startLongitude '-28.060166667'^^xsd:double;
  dwc:endLongitude '-28.059'^^xsd:double;
  dwc:latitude '31.87'^^xsd:double;
  dwc:startLatitude '31.871333333'^^xsd:double;
  dwc:endLatitude '31.874333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139923'^^xsd:integer;
  dwc:aphiaIdAccepted '479032'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13026'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24071'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24157'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24753'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24759'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24765'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24771'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24790'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24793'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12667'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "102"^^xsd:integer ;
  dwc:maximumDepthInMeters "102"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.05)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24784'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 217'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:startTimeOfDay '16.1'^^xsd:double;
  dwc:endTimeOfDay '16.28'^^xsd:double;
  dwc:longitude '-28.05'^^xsd:double;
  dwc:startLongitude '-28.051166667'^^xsd:double;
  dwc:endLongitude '-28.049833333'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.891666667'^^xsd:double;
  dwc:endLatitude '31.896666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '102'^^xsd:integer;
  dwc:maximumDepth '102'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10229'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Broken apex'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10230'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12628'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12666'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12907'^^xsd:integer;
  dwc:scientificName 'Spatangus inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragmens of aboral part of test collected'^^xsd:string;
  dwc:aphiaid '124414'^^xsd:integer;
  dwc:aphiaIdAccepted '738440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12976'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:occurrenceRemarks '1 juv., collected'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13025'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23634'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24012'^^xsd:integer;
  dwc:scientificName 'Sassia lewisi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181012'^^xsd:integer;
  dwc:aphiaIdAccepted '1301605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24069'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:occurrenceRemarks '4 shell specimen(s) and 1 shell fragment(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24085'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24156'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24172'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24754'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24766'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24769'^^xsd:integer;
  dwc:scientificName 'Hermodice carunculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '129831'^^xsd:integer;
  dwc:aphiaIdAccepted '129831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24770'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24777'^^xsd:integer;
  dwc:scientificName 'Lygdamis muratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130861'^^xsd:integer;
  dwc:aphiaIdAccepted '130861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24778'^^xsd:integer;
  dwc:scientificName 'Lygdamis muratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130861'^^xsd:integer;
  dwc:aphiaIdAccepted '130861'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24792'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24794'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10242'^^xsd:integer;
  dwc:scientificName 'Trituba additicia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180938'^^xsd:integer;
  dwc:aphiaIdAccepted '180938'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24772'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24785'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24789'^^xsd:integer;
  dwc:scientificName 'Paradiopatra quadricuspis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '130480'^^xsd:integer;
  dwc:aphiaIdAccepted '130480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23633'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 215'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '13.92'^^xsd:double;
  dwc:startTimeOfDay '13.92'^^xsd:double;
  dwc:endTimeOfDay '14.08'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.049'^^xsd:double;
  dwc:endLongitude '-28.048'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.893166667'^^xsd:double;
  dwc:endLatitude '31.898'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.89"^^xsd:decimal ;
  dwc:decimalLongitude "-28.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "88"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.89 -28.04)"^^geo:wktLiteral ;
  geo-pos:lat "31.89"^^xsd:decimal ;
  geo-pos:long "-28.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24070'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 216'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.13'^^xsd:double;
  dwc:startTimeOfDay '15.13'^^xsd:double;
  dwc:endTimeOfDay '15.27'^^xsd:double;
  dwc:longitude '-28.04'^^xsd:double;
  dwc:startLongitude '-28.0495'^^xsd:double;
  dwc:endLongitude '-28.049'^^xsd:double;
  dwc:latitude '31.89'^^xsd:double;
  dwc:startLatitude '31.895333333'^^xsd:double;
  dwc:endLatitude '31.898666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '88'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "383"^^xsd:integer ;
  dwc:maximumDepthInMeters "383"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "-28.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3988," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13420'^^xsd:integer;
  dwc:scientificName 'Platidia anomoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3988'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-28.01'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '383'^^xsd:integer;
  dwc:maximumDepth '383'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "383"^^xsd:integer ;
  dwc:maximumDepthInMeters "383"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "-28.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3988," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14021'^^xsd:integer;
  dwc:scientificName 'Anachalypsicrinus nefertiti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3988'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-28.01'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '383'^^xsd:integer;
  dwc:maximumDepth '383'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '689479'^^xsd:integer;
  dwc:aphiaIdAccepted '689479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.95"^^xsd:decimal ;
  dwc:decimalLongitude "-28.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "383"^^xsd:integer ;
  dwc:maximumDepthInMeters "383"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.95 -28.01)"^^geo:wktLiteral ;
  geo-pos:lat "44.95"^^xsd:decimal ;
  geo-pos:long "-28.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3988," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13583'^^xsd:integer;
  dwc:scientificName 'Asconema fristedti nordazoriensis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3988'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-28.01'^^xsd:double;
  dwc:latitude '44.95'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '383'^^xsd:integer;
  dwc:maximumDepth '383'^^xsd:integer;
  dwc:aphiaid '255146'^^xsd:integer;
  dwc:aphiaIdAccepted '255146'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12629'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 214'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.33'^^xsd:double;
  dwc:startTimeOfDay '11.33'^^xsd:double;
  dwc:endTimeOfDay '12.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.003166667'^^xsd:double;
  dwc:endLongitude '-28.015833333'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.9875'^^xsd:double;
  dwc:endLatitude '31.961666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:occurrenceRemarks 'col. Ameziana'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "18"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24068'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 214'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.33'^^xsd:double;
  dwc:startTimeOfDay '11.33'^^xsd:double;
  dwc:endTimeOfDay '12.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.003166667'^^xsd:double;
  dwc:endLongitude '-28.015833333'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.9875'^^xsd:double;
  dwc:endLatitude '31.961666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '18'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s) and egg capsules'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12625'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks '5 spines, 2 bare collected'^^xsd:string;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12973'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 207'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.22'^^xsd:double;
  dwc:startTimeOfDay '11.22'^^xsd:double;
  dwc:endTimeOfDay '12.22'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.0075'^^xsd:double;
  dwc:endLongitude '-28.045666667'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.994833333'^^xsd:double;
  dwc:endLatitude '31.992833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13022'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23985'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 207'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.22'^^xsd:double;
  dwc:startTimeOfDay '11.22'^^xsd:double;
  dwc:endTimeOfDay '12.22'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.0075'^^xsd:double;
  dwc:endLongitude '-28.045666667'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.994833333'^^xsd:double;
  dwc:endLatitude '31.992833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24065'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 207'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.22'^^xsd:double;
  dwc:startTimeOfDay '11.22'^^xsd:double;
  dwc:endTimeOfDay '12.22'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.0075'^^xsd:double;
  dwc:endLongitude '-28.045666667'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.994833333'^^xsd:double;
  dwc:endLatitude '31.992833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24153'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 207'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '11.22'^^xsd:double;
  dwc:startTimeOfDay '11.22'^^xsd:double;
  dwc:endTimeOfDay '12.22'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.0075'^^xsd:double;
  dwc:endLongitude '-28.045666667'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.994833333'^^xsd:double;
  dwc:endLatitude '31.992833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24752'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24764'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24775'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24791'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -28)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24064'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 206'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:startTimeOfDay '10.2'^^xsd:double;
  dwc:endTimeOfDay '10.37'^^xsd:double;
  dwc:longitude '-28'^^xsd:integer;
  dwc:startLongitude '-28.000166667'^^xsd:double;
  dwc:endLongitude '-28.005'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:startLatitude '31.996'^^xsd:double;
  dwc:endLatitude '31.995333333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 -27.97)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^xsd:decimal ;
  dwc:decimalLongitude "-27.97"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "621"^^xsd:integer ;
  dwc:maximumDepthInMeters "649"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 -27.97)"^^geo:wktLiteral ;
  geo-pos:lat "32"^^xsd:decimal ;
  geo-pos:long "-27.97"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "52," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13194'^^xsd:integer;
  dwc:scientificName 'Cuspidaria meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '52,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.97'^^xsd:double;
  dwc:latitude '32'^^xsd:integer;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '621'^^xsd:integer;
  dwc:maximumDepth '649'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '246002'^^xsd:integer;
  dwc:aphiaIdAccepted '246002'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10221'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen is a shell only.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10227'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'The 3 found includes 2 whole and 1 shell.'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12662'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12972'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13021'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '1 living;1 bare unbroken; 3 bare broken collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24016'^^xsd:integer;
  dwc:scientificName 'Halgyrineum louisae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181010'^^xsd:integer;
  dwc:aphiaIdAccepted '181010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24063'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24152'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24751'^^xsd:integer;
  dwc:scientificName 'Aglaophamus agilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130343'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24757'^^xsd:integer;
  dwc:scientificName 'Eunice pennata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130060'^^xsd:integer;
  dwc:aphiaIdAccepted '130060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24767'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24776'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24783'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24787'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24795'^^xsd:integer;
  dwc:scientificName 'Rhamphobrachium brevibrachiatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '183390'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24761'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24774'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24781'^^xsd:integer;
  dwc:scientificName 'Neanthes kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '130390'^^xsd:integer;
  dwc:aphiaIdAccepted '130390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters "36"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.95)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24796'^^xsd:integer;
  dwc:scientificName 'Sigalion squamosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 205'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.82'^^xsd:double;
  dwc:longitude '-27.95'^^xsd:double;
  dwc:startLongitude '-27.953166667'^^xsd:double;
  dwc:endLongitude '-27.956333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.018333333'^^xsd:double;
  dwc:endLatitude '32.020833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:maximumDepth '36'^^xsd:integer;
  dwc:aphiaid '131073'^^xsd:integer;
  dwc:aphiaIdAccepted '131073'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12665'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '2 living + 2 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12975'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13024'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24067'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24155'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24171'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24756'^^xsd:integer;
  dwc:scientificName 'Eunice nicidioformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '327751'^^xsd:integer;
  dwc:aphiaIdAccepted '327751'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24760'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24773'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24780'^^xsd:integer;
  dwc:scientificName 'Neanthes kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '130390'^^xsd:integer;
  dwc:aphiaIdAccepted '130390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24786'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24797'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24798'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.04"^^xsd:decimal ;
  dwc:decimalLongitude "-27.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.04 -27.94)"^^geo:wktLiteral ;
  geo-pos:lat "32.04"^^xsd:decimal ;
  geo-pos:long "-27.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23987'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 210'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.97'^^xsd:double;
  dwc:startTimeOfDay '18.97'^^xsd:double;
  dwc:endTimeOfDay '19.13'^^xsd:double;
  dwc:longitude '-27.94'^^xsd:double;
  dwc:startLongitude '-27.945333333'^^xsd:double;
  dwc:endLongitude '-27.9475'^^xsd:double;
  dwc:latitude '32.04'^^xsd:double;
  dwc:startLatitude '32.042666667'^^xsd:double;
  dwc:endLatitude '32.038'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10222'^^xsd:integer;
  dwc:scientificName 'Trituba constricta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'The 14 found includes 1 whole and 13 shells.'^^xsd:string;
  dwc:aphiaid '180935'^^xsd:integer;
  dwc:aphiaIdAccepted '180935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10228'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'The 3 found includes 1 whole and 2 broken shells.'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12664'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13023'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:occurrenceRemarks '11 living; 2 bare collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23632'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23986'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24011'^^xsd:integer;
  dwc:scientificName 'Sassia lewisi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181012'^^xsd:integer;
  dwc:aphiaIdAccepted '1301605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24017'^^xsd:integer;
  dwc:scientificName 'Halgyrineum louisae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181010'^^xsd:integer;
  dwc:aphiaIdAccepted '181010'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24066'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:occurrenceRemarks '7 live specimens and 6 shells'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24084'^^xsd:integer;
  dwc:scientificName 'Personopsis grasi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181014'^^xsd:integer;
  dwc:aphiaIdAccepted '181014'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24121'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24170'^^xsd:integer;
  dwc:scientificName 'Latirus rugosissimus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181055'^^xsd:integer;
  dwc:aphiaIdAccepted '181055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24337'^^xsd:integer;
  dwc:scientificName 'Turbonilla mediocris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141075'^^xsd:integer;
  dwc:aphiaIdAccepted '1824293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24353'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24758'^^xsd:integer;
  dwc:scientificName 'Eunice prognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '327776'^^xsd:integer;
  dwc:aphiaIdAccepted '327776'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24762'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24779'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24782'^^xsd:integer;
  dwc:scientificName 'Neanthes kerguelensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '130390'^^xsd:integer;
  dwc:aphiaIdAccepted '130390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24788'^^xsd:integer;
  dwc:scientificName 'Notopygos megalops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:aphiaid '129836'^^xsd:integer;
  dwc:aphiaIdAccepted '129836'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.98"^^xsd:decimal ;
  dwc:decimalLongitude "-27.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "187"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.98 -27.93)"^^geo:wktLiteral ;
  geo-pos:lat "31.98"^^xsd:decimal ;
  geo-pos:long "-27.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24154'^^xsd:integer;
  dwc:scientificName 'Fusinus meteoris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 209'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.12'^^xsd:double;
  dwc:startTimeOfDay '17.12'^^xsd:double;
  dwc:endTimeOfDay '17.28'^^xsd:double;
  dwc:longitude '-27.93'^^xsd:double;
  dwc:startLongitude '-27.9325'^^xsd:double;
  dwc:endLongitude '-27.9365'^^xsd:double;
  dwc:latitude '31.98'^^xsd:double;
  dwc:startLatitude '31.986166667'^^xsd:double;
  dwc:endLatitude '31.982166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '187'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '181053'^^xsd:integer;
  dwc:aphiaIdAccepted '181053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "585"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "164," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16042'^^xsd:integer;
  dwc:scientificName 'Bathymicrops regis'^^xsd:string;
  dwc:fieldNumber '164,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0.62'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '585'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126341'^^xsd:integer;
  dwc:aphiaIdAccepted '126341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "575"^^xsd:integer ;
  dwc:maximumDepthInMeters "585"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "164," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16048'^^xsd:integer;
  dwc:scientificName 'Bathypterois longiceps'^^xsd:string;
  dwc:fieldNumber '164,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:startTimeOfDay '0'^^xsd:integer;
  dwc:endTimeOfDay '0.62'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '1000'^^xsd:integer;
  dwc:minimumDepth '575'^^xsd:integer;
  dwc:maximumDepth '585'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126344'^^xsd:integer;
  dwc:aphiaIdAccepted '126344'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "64"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12594'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 232'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '18.22'^^xsd:double;
  dwc:startTimeOfDay '18.22'^^xsd:double;
  dwc:endTimeOfDay '19.08'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9015'^^xsd:double;
  dwc:endLongitude '-27.931833333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.019666667'^^xsd:double;
  dwc:endLatitude '32.06'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '64'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10231'^^xsd:integer;
  dwc:scientificName 'Trituba fallax'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Shell fragment'^^xsd:string;
  dwc:aphiaid '180936'^^xsd:integer;
  dwc:aphiaIdAccepted '180936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12593'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12668'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23644'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24127'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks '2 live specimens and 10 shells'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24259'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks '4 shell specimen(s) and 1 shell fragment(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24279'^^xsd:integer;
  dwc:scientificName 'Eulimella phaula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140951'^^xsd:integer;
  dwc:aphiaIdAccepted '140951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24288'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '2 shell specimen(s) and 1 shell fragment(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24296'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24328'^^xsd:integer;
  dwc:scientificName 'Turbonilla hoecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment(s)'^^xsd:string;
  dwc:aphiaid '141068'^^xsd:integer;
  dwc:aphiaIdAccepted '141068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.02"^^xsd:decimal ;
  dwc:decimalLongitude "-27.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.02 -27.9)"^^geo:wktLiteral ;
  geo-pos:lat "32.02"^^xsd:decimal ;
  geo-pos:long "-27.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24276'^^xsd:integer;
  dwc:scientificName 'Eulimella similebala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 231'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '16.83'^^xsd:double;
  dwc:startTimeOfDay '16.83'^^xsd:double;
  dwc:endTimeOfDay '17.03'^^xsd:double;
  dwc:longitude '-27.9'^^xsd:double;
  dwc:startLongitude '-27.9085'^^xsd:double;
  dwc:endLongitude '-27.911666667'^^xsd:double;
  dwc:latitude '32.02'^^xsd:double;
  dwc:startLatitude '32.024833333'^^xsd:double;
  dwc:endLatitude '32.029166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '458088'^^xsd:integer;
  dwc:aphiaIdAccepted '458088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12627'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12663'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12974'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24100'^^xsd:integer;
  dwc:scientificName 'Eudolium bairdii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141686'^^xsd:integer;
  dwc:aphiaIdAccepted '141686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24120'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24258'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24275'^^xsd:integer;
  dwc:scientificName 'Eulimella similebala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment(s)'^^xsd:string;
  dwc:aphiaid '458088'^^xsd:integer;
  dwc:aphiaIdAccepted '458088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24278'^^xsd:integer;
  dwc:scientificName 'Eulimella phaula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment(s)'^^xsd:string;
  dwc:aphiaid '140951'^^xsd:integer;
  dwc:aphiaIdAccepted '140951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24287'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24295'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24302'^^xsd:integer;
  dwc:scientificName 'Odostomia restii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141012'^^xsd:integer;
  dwc:aphiaIdAccepted '141012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24336'^^xsd:integer;
  dwc:scientificName 'Turbonilla mediocris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks '2 shell specimen(s) and 2 shell fragment(s)'^^xsd:string;
  dwc:aphiaid '141075'^^xsd:integer;
  dwc:aphiaIdAccepted '1824293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24361'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24763'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24768'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24755'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.89)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12586'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 208'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.1'^^xsd:double;
  dwc:longitude '-27.89'^^xsd:double;
  dwc:startLongitude '-27.898333333'^^xsd:double;
  dwc:endLongitude '-27.901666667'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.065666667'^^xsd:double;
  dwc:endLatitude '32.058666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "631"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "53," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12650'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '53,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '631'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "631"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "53," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12714'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '53,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '631'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "631"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "53," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13076'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '53,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '631'^^xsd:integer;
  dwc:occurrenceRemarks '22 valves collected'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "631"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "53," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14824'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '53,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '631'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "631"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "53," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14874'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '53,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '631'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.99"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "631"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.99 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "31.99"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "53," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12534'^^xsd:integer;
  dwc:scientificName 'Calveriosoma fenestratum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '53,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:latitude '31.99'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '631'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124337'^^xsd:integer;
  dwc:aphiaIdAccepted '149880'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "117"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12589'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 219'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:startTimeOfDay '21.07'^^xsd:double;
  dwc:endTimeOfDay '21.23'^^xsd:double;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:startLongitude '-27.889166667'^^xsd:double;
  dwc:endLongitude '-27.895333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.0165'^^xsd:double;
  dwc:endLatitude '32.016166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '117'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "117"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12781'^^xsd:integer;
  dwc:scientificName 'Habrocidaris scutata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 219'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:startTimeOfDay '21.07'^^xsd:double;
  dwc:endTimeOfDay '21.23'^^xsd:double;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:startLongitude '-27.889166667'^^xsd:double;
  dwc:endLongitude '-27.895333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.0165'^^xsd:double;
  dwc:endLatitude '32.016166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '117'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living.  2.9 in diameter'^^xsd:string;
  dwc:aphiaid '124252'^^xsd:integer;
  dwc:aphiaIdAccepted '124252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "117"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23636'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 219'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:startTimeOfDay '21.07'^^xsd:double;
  dwc:endTimeOfDay '21.23'^^xsd:double;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:startLongitude '-27.889166667'^^xsd:double;
  dwc:endLongitude '-27.895333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.0165'^^xsd:double;
  dwc:endLatitude '32.016166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '117'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "117"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24123'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 219'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:startTimeOfDay '21.07'^^xsd:double;
  dwc:endTimeOfDay '21.23'^^xsd:double;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:startLongitude '-27.889166667'^^xsd:double;
  dwc:endLongitude '-27.895333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.0165'^^xsd:double;
  dwc:endLatitude '32.016166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '117'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "117"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23637'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 219'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:startTimeOfDay '21.07'^^xsd:double;
  dwc:endTimeOfDay '21.23'^^xsd:double;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:startLongitude '-27.889166667'^^xsd:double;
  dwc:endLongitude '-27.895333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.0165'^^xsd:double;
  dwc:endLatitude '32.016166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '117'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.01"^^xsd:decimal ;
  dwc:decimalLongitude "-27.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "117"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.01 -27.88)"^^geo:wktLiteral ;
  geo-pos:lat "32.01"^^xsd:decimal ;
  geo-pos:long "-27.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13027'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 219'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.07'^^xsd:double;
  dwc:startTimeOfDay '21.07'^^xsd:double;
  dwc:endTimeOfDay '21.23'^^xsd:double;
  dwc:longitude '-27.88'^^xsd:double;
  dwc:startLongitude '-27.889166667'^^xsd:double;
  dwc:endLongitude '-27.895333333'^^xsd:double;
  dwc:latitude '32.01'^^xsd:double;
  dwc:startLatitude '32.0165'^^xsd:double;
  dwc:endLatitude '32.016166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '117'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 -27.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32"^^xsd:decimal ;
  dwc:decimalLongitude "-27.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "368"^^xsd:integer ;
  dwc:maximumDepthInMeters "733"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32 -27.69)"^^geo:wktLiteral ;
  geo-pos:lat "32"^^xsd:decimal ;
  geo-pos:long "-27.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "TS 234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23645'^^xsd:integer;
  dwc:scientificName 'Pelagodiscus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'TS 234'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.27'^^xsd:double;
  dwc:startTimeOfDay '10.27'^^xsd:double;
  dwc:endTimeOfDay '10.58'^^xsd:double;
  dwc:longitude '-27.69'^^xsd:double;
  dwc:startLongitude '-27.693833333'^^xsd:double;
  dwc:endLongitude '-27.698'^^xsd:double;
  dwc:latitude '32'^^xsd:integer;
  dwc:startLatitude '32.008166667'^^xsd:double;
  dwc:endLatitude '32.014'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '368'^^xsd:integer;
  dwc:maximumDepth '733'^^xsd:integer;
  dwc:aphiaid '182851'^^xsd:integer;
  dwc:aphiaIdAccepted '182851'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.05 -27.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.05 -27.67)"^^geo:wktLiteral ;
  geo-pos:lat "32.05"^^xsd:decimal ;
  geo-pos:long "-27.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12595'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 235'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.32'^^xsd:double;
  dwc:startTimeOfDay '12.32'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:longitude '-27.67'^^xsd:double;
  dwc:startLongitude '-27.6785'^^xsd:double;
  dwc:endLongitude '-27.677166667'^^xsd:double;
  dwc:latitude '32.05'^^xsd:double;
  dwc:startLatitude '32.051333333'^^xsd:double;
  dwc:endLatitude '32.055666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.05 -27.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.05"^^xsd:decimal ;
  dwc:decimalLongitude "-27.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "194"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.05 -27.67)"^^geo:wktLiteral ;
  geo-pos:lat "32.05"^^xsd:decimal ;
  geo-pos:long "-27.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12669'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 235'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.32'^^xsd:double;
  dwc:startTimeOfDay '12.32'^^xsd:double;
  dwc:endTimeOfDay '12.5'^^xsd:double;
  dwc:longitude '-27.67'^^xsd:double;
  dwc:startLongitude '-27.6785'^^xsd:double;
  dwc:endLongitude '-27.677166667'^^xsd:double;
  dwc:latitude '32.05'^^xsd:double;
  dwc:startLatitude '32.051333333'^^xsd:double;
  dwc:endLatitude '32.055666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '194'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 living + 2 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.67)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12735'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 236'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.03'^^xsd:double;
  dwc:startTimeOfDay '15.03'^^xsd:double;
  dwc:endTimeOfDay '16.05'^^xsd:double;
  dwc:longitude '-27.67'^^xsd:double;
  dwc:startLongitude '-27.6765'^^xsd:double;
  dwc:endLongitude '-27.6615'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.062'^^xsd:double;
  dwc:endLatitude '32.092'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:occurrenceRemarks '2 bare collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.06"^^xsd:decimal ;
  dwc:decimalLongitude "-27.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "55"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.06 -27.67)"^^geo:wktLiteral ;
  geo-pos:lat "32.06"^^xsd:decimal ;
  geo-pos:long "-27.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12827'^^xsd:integer;
  dwc:scientificName 'Plesiodiadema antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 236'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '15.03'^^xsd:double;
  dwc:startTimeOfDay '15.03'^^xsd:double;
  dwc:endTimeOfDay '16.05'^^xsd:double;
  dwc:longitude '-27.67'^^xsd:double;
  dwc:startLongitude '-27.6765'^^xsd:double;
  dwc:endLongitude '-27.6615'^^xsd:double;
  dwc:latitude '32.06'^^xsd:double;
  dwc:startLatitude '32.062'^^xsd:double;
  dwc:endLatitude '32.092'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '55'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Broken material'^^xsd:string;
  dwc:aphiaid '124330'^^xsd:integer;
  dwc:aphiaIdAccepted '124330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10207'^^xsd:integer;
  dwc:scientificName 'Trituba anelpistos'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:occurrenceRemarks 'The 26 found includes 3 whole and 23 shells.'^^xsd:string;
  dwc:aphiaid '180933'^^xsd:integer;
  dwc:aphiaIdAccepted '180933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23646'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24128'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24260'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24267'^^xsd:integer;
  dwc:scientificName 'Chrysallida boucheti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 1 paratype'^^xsd:string;
  dwc:aphiaid '140899'^^xsd:integer;
  dwc:aphiaIdAccepted '140899'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24280'^^xsd:integer;
  dwc:scientificName 'Eulimella phaula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140951'^^xsd:integer;
  dwc:aphiaIdAccepted '140951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24289'^^xsd:integer;
  dwc:scientificName 'Eulimella neoattenuata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140950'^^xsd:integer;
  dwc:aphiaIdAccepted '140950'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24297'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24301'^^xsd:integer;
  dwc:scientificName 'Odostomia restii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 15 paratypes'^^xsd:string;
  dwc:aphiaid '141012'^^xsd:integer;
  dwc:aphiaIdAccepted '141012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24311'^^xsd:integer;
  dwc:scientificName 'Odostomia prona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '49'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141011'^^xsd:integer;
  dwc:aphiaIdAccepted '141011'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24316'^^xsd:integer;
  dwc:scientificName 'Odostomia lesuroiti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140999'^^xsd:integer;
  dwc:aphiaIdAccepted '140999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24329'^^xsd:integer;
  dwc:scientificName 'Turbonilla hoecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141068'^^xsd:integer;
  dwc:aphiaIdAccepted '141068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10245'^^xsd:integer;
  dwc:scientificName 'Trituba lima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:individualCount '42'^^xsd:integer;
  dwc:occurrenceRemarks 'All specimen were shells only.'^^xsd:string;
  dwc:aphiaid '180939'^^xsd:integer;
  dwc:aphiaIdAccepted '180939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.26"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "208"^^xsd:integer ;
  dwc:maximumDepthInMeters "214"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.26 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.26"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23647'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 237'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:startTimeOfDay '19.55'^^xsd:double;
  dwc:endTimeOfDay '19.72'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.530833333'^^xsd:double;
  dwc:endLongitude '-27.526833333'^^xsd:double;
  dwc:latitude '32.26'^^xsd:double;
  dwc:startLatitude '32.264333333'^^xsd:double;
  dwc:endLatitude '32.2695'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '208'^^xsd:integer;
  dwc:maximumDepth '214'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10246'^^xsd:integer;
  dwc:scientificName 'Trituba lima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'The 12 found includes 1 whole and 11 shells.'^^xsd:string;
  dwc:aphiaid '180939'^^xsd:integer;
  dwc:aphiaIdAccepted '180939'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12670'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 living + 12 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23648'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24129'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24261'^^xsd:integer;
  dwc:scientificName 'Chrysallida flexuosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140913'^^xsd:integer;
  dwc:aphiaIdAccepted '565560'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24330'^^xsd:integer;
  dwc:scientificName 'Turbonilla hoecki'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141068'^^xsd:integer;
  dwc:aphiaIdAccepted '141068'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24333'^^xsd:integer;
  dwc:scientificName 'Turbonilla vaillanti'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141096'^^xsd:integer;
  dwc:aphiaIdAccepted '141096'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24338'^^xsd:integer;
  dwc:scientificName 'Turbonilla mediocris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141075'^^xsd:integer;
  dwc:aphiaIdAccepted '1824293'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24362'^^xsd:integer;
  dwc:scientificName 'Veleropilina zografi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:aphiaid '140567'^^xsd:integer;
  dwc:aphiaIdAccepted '140567'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.28"^^xsd:decimal ;
  dwc:decimalLongitude "-27.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "227"^^xsd:integer ;
  dwc:maximumDepthInMeters "252"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.28 -27.53)"^^geo:wktLiteral ;
  geo-pos:lat "32.28"^^xsd:decimal ;
  geo-pos:long "-27.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24298'^^xsd:integer;
  dwc:scientificName 'Eulimella unifasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 238'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '20.68'^^xsd:double;
  dwc:startTimeOfDay '20.68'^^xsd:double;
  dwc:endTimeOfDay '20.85'^^xsd:double;
  dwc:longitude '-27.53'^^xsd:double;
  dwc:startLongitude '-27.538666667'^^xsd:double;
  dwc:endLongitude '-27.534666667'^^xsd:double;
  dwc:latitude '32.28'^^xsd:double;
  dwc:startLatitude '32.289166667'^^xsd:double;
  dwc:endLatitude '32.291833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '227'^^xsd:integer;
  dwc:maximumDepth '252'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140956'^^xsd:integer;
  dwc:aphiaIdAccepted '768168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12727'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '16 bare tests collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12825'^^xsd:integer;
  dwc:scientificName 'Plesiodiadema antillarum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124330'^^xsd:integer;
  dwc:aphiaIdAccepted '124330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12986'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13434'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '2 empty shell collected'^^xsd:string;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13469'^^xsd:integer;
  dwc:scientificName 'Hispanirhynchia cornea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:occurrenceRemarks '1 fragment of an empty shell collected'^^xsd:string;
  dwc:aphiaid '104053'^^xsd:integer;
  dwc:aphiaIdAccepted '104053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14814'^^xsd:integer;
  dwc:scientificName 'Clausophyes ovata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135413'^^xsd:integer;
  dwc:aphiaIdAccepted '387273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14862'^^xsd:integer;
  dwc:scientificName 'Flabellum alabastrum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135194'^^xsd:integer;
  dwc:aphiaIdAccepted '135194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "32.19"^^xsd:decimal ;
  dwc:decimalLongitude "-27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (32.19 -27)"^^geo:wktLiteral ;
  geo-pos:lat "32.19"^^xsd:decimal ;
  geo-pos:long "-27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "2066," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14894'^^xsd:integer;
  dwc:scientificName 'Fungiacyathus fragilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '2066'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '22.67'^^xsd:double;
  dwc:startTimeOfDay '22.67'^^xsd:double;
  dwc:endTimeOfDay '23.27'^^xsd:double;
  dwc:longitude '-27'^^xsd:integer;
  dwc:startLongitude '-27.001666667'^^xsd:double;
  dwc:endLongitude '-26.99'^^xsd:double;
  dwc:latitude '32.19'^^xsd:double;
  dwc:startLatitude '32.19'^^xsd:double;
  dwc:endLatitude '32.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '135204'^^xsd:integer;
  dwc:aphiaIdAccepted '135204'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21358'^^xsd:integer;
  dwc:scientificName 'Cladophora prolifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '145060'^^xsd:integer;
  dwc:aphiaIdAccepted '145060'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21360'^^xsd:integer;
  dwc:scientificName 'Sinezona cingulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '141421'^^xsd:integer;
  dwc:aphiaIdAccepted '141421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21361'^^xsd:integer;
  dwc:scientificName 'Sinezona cingulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '141421'^^xsd:integer;
  dwc:aphiaIdAccepted '141421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21362'^^xsd:integer;
  dwc:scientificName 'Sinezona cingulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '141421'^^xsd:integer;
  dwc:aphiaIdAccepted '141421'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22060'^^xsd:integer;
  dwc:scientificName 'Corallina enlongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22061'^^xsd:integer;
  dwc:scientificName 'Corallina enlongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22063'^^xsd:integer;
  dwc:scientificName 'Corallina enlongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22064'^^xsd:integer;
  dwc:scientificName 'Sargassum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '144132'^^xsd:integer;
  dwc:aphiaIdAccepted '144132'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22065'^^xsd:integer;
  dwc:scientificName 'Sargassum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '144132'^^xsd:integer;
  dwc:aphiaIdAccepted '144132'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22066'^^xsd:integer;
  dwc:scientificName 'Corallina enlongata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '145107'^^xsd:integer;
  dwc:aphiaIdAccepted '732248'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "817," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22067'^^xsd:integer;
  dwc:scientificName 'Sargassum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '817,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '144132'^^xsd:integer;
  dwc:aphiaIdAccepted '144132'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22068'^^xsd:integer;
  dwc:scientificName 'Jujubinus pseudogravinae'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '141813'^^xsd:integer;
  dwc:aphiaIdAccepted '141813'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22069'^^xsd:integer;
  dwc:scientificName 'Tricolia pullus azorica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:occurrenceRemarks 'only shell fragments and one operculum'^^xsd:string;
  dwc:aphiaid '146457'^^xsd:integer;
  dwc:aphiaIdAccepted '1667515'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22070'^^xsd:integer;
  dwc:scientificName 'Bittium latreillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139052'^^xsd:integer;
  dwc:aphiaIdAccepted '139052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22072'^^xsd:integer;
  dwc:scientificName 'Bittium latreillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139052'^^xsd:integer;
  dwc:aphiaIdAccepted '139052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22074'^^xsd:integer;
  dwc:scientificName 'Bittium latreillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '139052'^^xsd:integer;
  dwc:aphiaIdAccepted '139052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22075'^^xsd:integer;
  dwc:scientificName 'Marshallora adversa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:occurrenceRemarks 'The source indicated that the sample assignment for this observation may be incorrect'^^xsd:string;
  dwc:aphiaid '141715'^^xsd:integer;
  dwc:aphiaIdAccepted '141715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22076'^^xsd:integer;
  dwc:scientificName 'Marshallora adversa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '141715'^^xsd:integer;
  dwc:aphiaIdAccepted '141715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22079'^^xsd:integer;
  dwc:scientificName 'Alvania cancellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '141165'^^xsd:integer;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22080'^^xsd:integer;
  dwc:scientificName 'Alvania sleursi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '141239'^^xsd:integer;
  dwc:aphiaIdAccepted '141239'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22081'^^xsd:integer;
  dwc:scientificName 'Caecum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '137718'^^xsd:integer;
  dwc:aphiaIdAccepted '137718'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22082'^^xsd:integer;
  dwc:scientificName 'Thylaeodus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '146458'^^xsd:integer;
  dwc:aphiaIdAccepted '146458'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22083'^^xsd:integer;
  dwc:scientificName 'Vermetus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '138652'^^xsd:integer;
  dwc:aphiaIdAccepted '138652'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22084'^^xsd:integer;
  dwc:scientificName 'Vermetus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '138652'^^xsd:integer;
  dwc:aphiaIdAccepted '138652'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22085'^^xsd:integer;
  dwc:scientificName 'Lamellaria latens'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '140172'^^xsd:integer;
  dwc:aphiaIdAccepted '140172'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22086'^^xsd:integer;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22087'^^xsd:integer;
  dwc:scientificName 'Stramonita haemastoma haemastoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '146462'^^xsd:integer;
  dwc:aphiaIdAccepted '140417'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22091'^^xsd:integer;
  dwc:scientificName 'Nassarius incrassatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '140503'^^xsd:integer;
  dwc:aphiaIdAccepted '876825'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22093'^^xsd:integer;
  dwc:scientificName 'Columbella adansoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139195'^^xsd:integer;
  dwc:aphiaIdAccepted '139195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22094'^^xsd:integer;
  dwc:scientificName 'Columbella adansoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139195'^^xsd:integer;
  dwc:aphiaIdAccepted '139195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22095'^^xsd:integer;
  dwc:scientificName 'Columbella adansoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '139195'^^xsd:integer;
  dwc:aphiaIdAccepted '139195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22096'^^xsd:integer;
  dwc:scientificName 'Mitra cornea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '140361'^^xsd:integer;
  dwc:aphiaIdAccepted '1063831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22097'^^xsd:integer;
  dwc:scientificName 'Anachis avaroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139192'^^xsd:integer;
  dwc:aphiaIdAccepted '139192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22098'^^xsd:integer;
  dwc:scientificName 'Anachis avaroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139192'^^xsd:integer;
  dwc:aphiaIdAccepted '139192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22099'^^xsd:integer;
  dwc:scientificName 'Anachis avaroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139192'^^xsd:integer;
  dwc:aphiaIdAccepted '139192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22101'^^xsd:integer;
  dwc:scientificName 'Mitromorpha crenipicta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '146464'^^xsd:integer;
  dwc:aphiaIdAccepted '146464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22103'^^xsd:integer;
  dwc:scientificName 'Omalogyra atomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140616'^^xsd:integer;
  dwc:aphiaIdAccepted '140616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22105'^^xsd:integer;
  dwc:scientificName 'Cavolinia inflexa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22107'^^xsd:integer;
  dwc:scientificName 'Arca tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '138789'^^xsd:integer;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22108'^^xsd:integer;
  dwc:scientificName 'Arca tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '138789'^^xsd:integer;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22109'^^xsd:integer;
  dwc:scientificName 'Arca tetragona'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '138789'^^xsd:integer;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22110'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22111'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22112'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22113'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22114'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22117'^^xsd:integer;
  dwc:scientificName 'Crassadoma pusio'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140698'^^xsd:integer;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22120'^^xsd:integer;
  dwc:scientificName 'Crassadoma pusio'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '140698'^^xsd:integer;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22121'^^xsd:integer;
  dwc:scientificName 'Crassadoma pusio'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '140698'^^xsd:integer;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "814," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22122'^^xsd:integer;
  dwc:scientificName 'Limaria hians'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '814,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '140235'^^xsd:integer;
  dwc:aphiaIdAccepted '140235'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22123'^^xsd:integer;
  dwc:scientificName 'Pseudochama gryphina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139122'^^xsd:integer;
  dwc:aphiaIdAccepted '139122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22124'^^xsd:integer;
  dwc:scientificName 'Pseudochama gryphina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139122'^^xsd:integer;
  dwc:aphiaIdAccepted '139122'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22125'^^xsd:integer;
  dwc:scientificName 'Ervilia castanea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '141440'^^xsd:integer;
  dwc:aphiaIdAccepted '141440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9766'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9767'^^xsd:integer;
  dwc:scientificName 'Caryophyllia inornata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135141'^^xsd:integer;
  dwc:aphiaIdAccepted '135141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9768'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '21356'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:aphiaIdAccepted '295874'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22071'^^xsd:integer;
  dwc:scientificName 'Bittium latreillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139052'^^xsd:integer;
  dwc:aphiaIdAccepted '139052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22078'^^xsd:integer;
  dwc:scientificName 'Alvania angioyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '141157'^^xsd:integer;
  dwc:aphiaIdAccepted '141157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22092'^^xsd:integer;
  dwc:scientificName 'Columbella adansoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '139195'^^xsd:integer;
  dwc:aphiaIdAccepted '139195'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22100'^^xsd:integer;
  dwc:scientificName 'Anachis avaroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139192'^^xsd:integer;
  dwc:aphiaIdAccepted '139192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22106'^^xsd:integer;
  dwc:scientificName 'Limacina inflata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '140225'^^xsd:integer;
  dwc:aphiaIdAccepted '605965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22115'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22118'^^xsd:integer;
  dwc:scientificName 'Crassadoma pusio'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140698'^^xsd:integer;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22062'^^xsd:integer;
  dwc:scientificName 'Sargassum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '144132'^^xsd:integer;
  dwc:aphiaIdAccepted '144132'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22073'^^xsd:integer;
  dwc:scientificName 'Bittium latreillii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139052'^^xsd:integer;
  dwc:aphiaIdAccepted '139052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "811," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22077'^^xsd:integer;
  dwc:scientificName 'Alvania angioyi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '811,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '141157'^^xsd:integer;
  dwc:aphiaIdAccepted '141157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22088'^^xsd:integer;
  dwc:scientificName 'Stramonita haemastoma haemastoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '146462'^^xsd:integer;
  dwc:aphiaIdAccepted '140417'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1940"^^xsd:integer ;
  dwc:maximumDepthInMeters "2075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "815," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22089'^^xsd:integer;
  dwc:scientificName 'Coralliophila meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '815,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '1940'^^xsd:integer;
  dwc:maximumDepth '2075'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "816," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22102'^^xsd:integer;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '816,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22104'^^xsd:integer;
  dwc:scientificName 'Omalogyra atomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140616'^^xsd:integer;
  dwc:aphiaIdAccepted '140616'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "812," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22116'^^xsd:integer;
  dwc:scientificName 'Palliolum incomparabile'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '812,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "260"^^xsd:integer ;
  dwc:maximumDepthInMeters "285"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "813," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22119'^^xsd:integer;
  dwc:scientificName 'Crassadoma pusio'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '813,'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '260'^^xsd:integer;
  dwc:maximumDepth '285'^^xsd:integer;
  dwc:aphiaid '140698'^^xsd:integer;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "38.22"^^xsd:decimal ;
  dwc:decimalLongitude "-26.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (38.22 -26.6)"^^geo:wktLiteral ;
  geo-pos:lat "38.22"^^xsd:decimal ;
  geo-pos:long "-26.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9769'^^xsd:integer;
  dwc:scientificName 'Stephanocyathus moseleyanus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-26.6'^^xsd:double;
  dwc:latitude '38.22'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135171'^^xsd:integer;
  dwc:aphiaIdAccepted '135171'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12684'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 281'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:startTimeOfDay '12.1'^^xsd:double;
  dwc:endTimeOfDay '12.23'^^xsd:double;
  dwc:longitude '-22.43'^^xsd:double;
  dwc:startLongitude '-22.430333333'^^xsd:double;
  dwc:endLongitude '-22.427833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.578833333'^^xsd:double;
  dwc:endLatitude '43.580833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23713'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 281'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:startTimeOfDay '12.1'^^xsd:double;
  dwc:endTimeOfDay '12.23'^^xsd:double;
  dwc:longitude '-22.43'^^xsd:double;
  dwc:startLongitude '-22.430333333'^^xsd:double;
  dwc:endLongitude '-22.427833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.578833333'^^xsd:double;
  dwc:endLatitude '43.580833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23714'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 281'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:startTimeOfDay '12.1'^^xsd:double;
  dwc:endTimeOfDay '12.23'^^xsd:double;
  dwc:longitude '-22.43'^^xsd:double;
  dwc:startLongitude '-22.430333333'^^xsd:double;
  dwc:endLongitude '-22.427833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.578833333'^^xsd:double;
  dwc:endLatitude '43.580833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23715'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 281'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:startTimeOfDay '12.1'^^xsd:double;
  dwc:endTimeOfDay '12.23'^^xsd:double;
  dwc:longitude '-22.43'^^xsd:double;
  dwc:startLongitude '-22.430333333'^^xsd:double;
  dwc:endLongitude '-22.427833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.578833333'^^xsd:double;
  dwc:endLatitude '43.580833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "26"^^xsd:integer ;
  dwc:maximumDepthInMeters "119"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.43)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12608'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 281'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:startTimeOfDay '12.1'^^xsd:double;
  dwc:endTimeOfDay '12.23'^^xsd:double;
  dwc:longitude '-22.43'^^xsd:double;
  dwc:startLongitude '-22.430333333'^^xsd:double;
  dwc:endLongitude '-22.427833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.578833333'^^xsd:double;
  dwc:endLatitude '43.580833333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '26'^^xsd:integer;
  dwc:maximumDepth '119'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12754'^^xsd:integer;
  dwc:scientificName 'Echinus elegans'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:occurrenceRemarks 'HD ~ 68 mm. Fragments of 1 specimen collected'^^xsd:string;
  dwc:aphiaid '124286'^^xsd:integer;
  dwc:aphiaIdAccepted '532035'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12881'^^xsd:integer;
  dwc:scientificName 'Salenocidaris varispina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124364'^^xsd:integer;
  dwc:aphiaIdAccepted '124364'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23716'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23718'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23719'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12739'^^xsd:integer;
  dwc:scientificName 'Echinocyamus scaber macrostomus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Living and 1 bare collected'^^xsd:string;
  dwc:aphiaid '722844'^^xsd:integer;
  dwc:aphiaIdAccepted '124271'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.57"^^xsd:decimal ;
  dwc:decimalLongitude "-22.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "27"^^xsd:integer ;
  dwc:maximumDepthInMeters "29"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.57 -22.32)"^^geo:wktLiteral ;
  geo-pos:lat "43.57"^^xsd:decimal ;
  geo-pos:long "-22.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23717'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 283'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '17.17'^^xsd:double;
  dwc:startTimeOfDay '17.17'^^xsd:double;
  dwc:endTimeOfDay '17.33'^^xsd:double;
  dwc:longitude '-22.32'^^xsd:double;
  dwc:startLongitude '-22.326833333'^^xsd:double;
  dwc:endLongitude '-22.323833333'^^xsd:double;
  dwc:latitude '43.57'^^xsd:double;
  dwc:startLatitude '43.575166667'^^xsd:double;
  dwc:endLatitude '43.572'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '27'^^xsd:integer;
  dwc:maximumDepth '29'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.78 -18.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.78"^^xsd:decimal ;
  dwc:decimalLongitude "-18.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.78 -18.51)"^^geo:wktLiteral ;
  geo-pos:lat "58.78"^^xsd:decimal ;
  geo-pos:long "-18.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9951'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.51'^^xsd:double;
  dwc:startLongitude '-18.518333333'^^xsd:double;
  dwc:endLongitude '-18.501666667'^^xsd:double;
  dwc:latitude '58.78'^^xsd:double;
  dwc:startLatitude '58.781666667'^^xsd:double;
  dwc:endLatitude '58.776666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.77 -18.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.77"^^xsd:decimal ;
  dwc:decimalLongitude "-18.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.77 -18.43)"^^geo:wktLiteral ;
  geo-pos:lat "58.77"^^xsd:decimal ;
  geo-pos:long "-18.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9948'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18.43'^^xsd:double;
  dwc:startLongitude '-18.431666667'^^xsd:double;
  dwc:endLongitude '-18.416666667'^^xsd:double;
  dwc:latitude '58.77'^^xsd:double;
  dwc:startLatitude '58.778333333'^^xsd:double;
  dwc:endLatitude '58.773333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.58"^^xsd:decimal ;
  dwc:decimalLongitude "-18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  geo-pos:lat "58.58"^^xsd:decimal ;
  geo-pos:long "-18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9957'^^xsd:integer;
  dwc:scientificName 'Centroselachus crepidater'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18'^^xsd:integer;
  dwc:latitude '58.58'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '280071'^^xsd:integer;
  dwc:aphiaIdAccepted '280071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.58"^^xsd:decimal ;
  dwc:decimalLongitude "-18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  geo-pos:lat "58.58"^^xsd:decimal ;
  geo-pos:long "-18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9959'^^xsd:integer;
  dwc:scientificName 'Sebastes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18'^^xsd:integer;
  dwc:latitude '58.58'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '126175'^^xsd:integer;
  dwc:aphiaIdAccepted '126175'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.58"^^xsd:decimal ;
  dwc:decimalLongitude "-18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  geo-pos:lat "58.58"^^xsd:decimal ;
  geo-pos:long "-18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9960'^^xsd:integer;
  dwc:scientificName 'Coryphaenoides rupestris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18'^^xsd:integer;
  dwc:latitude '58.58'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks '[1733] reports Hatton Bank as a spawning ground'^^xsd:string;
  dwc:aphiaid '158960'^^xsd:integer;
  dwc:aphiaIdAccepted '158960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.58"^^xsd:decimal ;
  dwc:decimalLongitude "-18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.58 -18)"^^geo:wktLiteral ;
  geo-pos:lat "58.58"^^xsd:decimal ;
  geo-pos:long "-18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9958'^^xsd:integer;
  dwc:scientificName 'Molva dipterygia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-18'^^xsd:integer;
  dwc:latitude '58.58'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '154806'^^xsd:integer;
  dwc:aphiaIdAccepted '126459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 -17.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.19"^^xsd:decimal ;
  dwc:decimalLongitude "-17.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 -17.24)"^^geo:wktLiteral ;
  geo-pos:lat "59.19"^^xsd:decimal ;
  geo-pos:long "-17.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9947'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-17.24'^^xsd:double;
  dwc:startLongitude '-17.24'^^xsd:double;
  dwc:endLongitude '-17.236666667'^^xsd:double;
  dwc:latitude '59.19'^^xsd:double;
  dwc:startLatitude '59.191666667'^^xsd:double;
  dwc:endLatitude '59.185'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.31 -16.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.31"^^xsd:decimal ;
  dwc:decimalLongitude "-16.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "520"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.31 -16.03)"^^geo:wktLiteral ;
  geo-pos:lat "59.31"^^xsd:decimal ;
  geo-pos:long "-16.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9954'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-16.03'^^xsd:double;
  dwc:startLongitude '-16.033333333'^^xsd:double;
  dwc:endLongitude '-16.033333333'^^xsd:double;
  dwc:latitude '59.31'^^xsd:double;
  dwc:startLatitude '59.316666667'^^xsd:double;
  dwc:endLatitude '59.311666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '520'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.27 -16.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.27"^^xsd:decimal ;
  dwc:decimalLongitude "-16.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "323"^^xsd:integer ;
  dwc:maximumDepthInMeters "466"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.27 -16.01)"^^geo:wktLiteral ;
  geo-pos:lat "59.27"^^xsd:decimal ;
  geo-pos:long "-16.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9953'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-16.01'^^xsd:double;
  dwc:startLongitude '-16.01'^^xsd:double;
  dwc:endLongitude '-17.013333333'^^xsd:double;
  dwc:latitude '59.27'^^xsd:double;
  dwc:startLatitude '59.271666667'^^xsd:double;
  dwc:endLatitude '59.28'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '323'^^xsd:integer;
  dwc:maximumDepth '466'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.02 -15.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.02"^^xsd:decimal ;
  dwc:decimalLongitude "-15.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.02 -15.89)"^^geo:wktLiteral ;
  geo-pos:lat "28.02"^^xsd:decimal ;
  geo-pos:long "-15.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12963'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 133'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.02'^^xsd:double;
  dwc:startTimeOfDay '21.02'^^xsd:double;
  dwc:endTimeOfDay '21.18'^^xsd:double;
  dwc:longitude '-15.89'^^xsd:double;
  dwc:startLongitude '-15.892'^^xsd:double;
  dwc:endLongitude '-15.891'^^xsd:double;
  dwc:latitude '28.02'^^xsd:double;
  dwc:startLatitude '28.020833333'^^xsd:double;
  dwc:endLatitude '28.025666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:individualCount '28'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.02 -15.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.02"^^xsd:decimal ;
  dwc:decimalLongitude "-15.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "7"^^xsd:integer ;
  dwc:maximumDepthInMeters "7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.02 -15.89)"^^geo:wktLiteral ;
  geo-pos:lat "28.02"^^xsd:decimal ;
  geo-pos:long "-15.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24341'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 133'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.02'^^xsd:double;
  dwc:startTimeOfDay '21.02'^^xsd:double;
  dwc:endTimeOfDay '21.18'^^xsd:double;
  dwc:longitude '-15.89'^^xsd:double;
  dwc:startLongitude '-15.892'^^xsd:double;
  dwc:endLongitude '-15.891'^^xsd:double;
  dwc:latitude '28.02'^^xsd:double;
  dwc:startLatitude '28.020833333'^^xsd:double;
  dwc:endLatitude '28.025666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '7'^^xsd:integer;
  dwc:maximumDepth '7'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.14 -15.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.14"^^xsd:decimal ;
  dwc:decimalLongitude "-15.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.14 -15.88)"^^geo:wktLiteral ;
  geo-pos:lat "28.14"^^xsd:decimal ;
  geo-pos:long "-15.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12581'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 130'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-15.88'^^xsd:double;
  dwc:startLongitude '-15.885166667'^^xsd:double;
  dwc:endLongitude '-15.882'^^xsd:double;
  dwc:latitude '28.14'^^xsd:double;
  dwc:startLatitude '28.149166667'^^xsd:double;
  dwc:endLatitude '28.151'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.14 -15.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.14"^^xsd:decimal ;
  dwc:decimalLongitude "-15.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.14 -15.88)"^^geo:wktLiteral ;
  geo-pos:lat "28.14"^^xsd:decimal ;
  geo-pos:long "-15.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12652'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 130'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:startTimeOfDay '14'^^xsd:integer;
  dwc:endTimeOfDay '14.17'^^xsd:double;
  dwc:longitude '-15.88'^^xsd:double;
  dwc:startLongitude '-15.885166667'^^xsd:double;
  dwc:endLongitude '-15.882'^^xsd:double;
  dwc:latitude '28.14'^^xsd:double;
  dwc:startLatitude '28.149166667'^^xsd:double;
  dwc:endLatitude '28.151'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 living + 2 bare collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.09 -15.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.09"^^xsd:decimal ;
  dwc:decimalLongitude "-15.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "59"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.09 -15.87)"^^geo:wktLiteral ;
  geo-pos:lat "28.09"^^xsd:decimal ;
  geo-pos:long "-15.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12961'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 124'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '14.83'^^xsd:double;
  dwc:startTimeOfDay '14.83'^^xsd:double;
  dwc:endTimeOfDay '15.33'^^xsd:double;
  dwc:longitude '-15.87'^^xsd:double;
  dwc:startLongitude '-15.874'^^xsd:double;
  dwc:endLongitude '-15.861333333'^^xsd:double;
  dwc:latitude '28.09'^^xsd:double;
  dwc:startLatitude '28.099'^^xsd:double;
  dwc:endLatitude '28.106166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '59'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '30'^^xsd:integer;
  dwc:occurrenceRemarks '1 living (y); 29 living collected'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "364"^^xsd:integer ;
  dwc:maximumDepthInMeters "724"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP 121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12959'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP 121'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:startTimeOfDay '9.15'^^xsd:double;
  dwc:endTimeOfDay '9.65'^^xsd:double;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.863666667'^^xsd:double;
  dwc:endLongitude '-15.851'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:startLatitude '28.104333333'^^xsd:double;
  dwc:endLatitude '28.112666667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '364'^^xsd:integer;
  dwc:maximumDepth '724'^^xsd:integer;
  dwc:individualCount '37'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.1"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "33"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.1 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "28.1"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE 122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12960'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE 122'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:startTimeOfDay '10.75'^^xsd:double;
  dwc:endTimeOfDay '11.08'^^xsd:double;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.868666667'^^xsd:double;
  dwc:endLongitude '-15.859'^^xsd:double;
  dwc:latitude '28.1'^^xsd:double;
  dwc:startLatitude '28.1'^^xsd:double;
  dwc:endLatitude '28.1075'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '33'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.13"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "28.13"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12962'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 128'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.85'^^xsd:double;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.8665'^^xsd:double;
  dwc:endLongitude '-15.861'^^xsd:double;
  dwc:latitude '28.13'^^xsd:double;
  dwc:startLatitude '28.137666667'^^xsd:double;
  dwc:endLatitude '28.141166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.13"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "28.13"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12651'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 128'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.85'^^xsd:double;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.8665'^^xsd:double;
  dwc:endLongitude '-15.861'^^xsd:double;
  dwc:latitude '28.13'^^xsd:double;
  dwc:startLatitude '28.137666667'^^xsd:double;
  dwc:endLatitude '28.141166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected living'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.13"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "28.13"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12580'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 128'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.85'^^xsd:double;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.8665'^^xsd:double;
  dwc:endLongitude '-15.861'^^xsd:double;
  dwc:latitude '28.13'^^xsd:double;
  dwc:startLatitude '28.137666667'^^xsd:double;
  dwc:endLatitude '28.141166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.13"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "28.13"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13007'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 128'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '8.67'^^xsd:double;
  dwc:startTimeOfDay '8.67'^^xsd:double;
  dwc:endTimeOfDay '8.85'^^xsd:double;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.8665'^^xsd:double;
  dwc:endLongitude '-15.861'^^xsd:double;
  dwc:latitude '28.13'^^xsd:double;
  dwc:startLatitude '28.137666667'^^xsd:double;
  dwc:endLatitude '28.141166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -15.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -15.86)"^^geo:wktLiteral ;
  geo-pos:lat "59.25"^^xsd:decimal ;
  geo-pos:long "-15.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9946'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.86'^^xsd:double;
  dwc:startLongitude '-15.866666667'^^xsd:double;
  dwc:endLongitude '-15.783333333'^^xsd:double;
  dwc:latitude '59.25'^^xsd:double;
  dwc:startLatitude '59.25'^^xsd:double;
  dwc:endLatitude '59.25'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "28.13"^^xsd:decimal ;
  dwc:decimalLongitude "-15.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "128"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (28.13 -15.83)"^^geo:wktLiteral ;
  geo-pos:lat "28.13"^^xsd:decimal ;
  geo-pos:long "-15.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW 120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12958'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW 120'^^xsd:string;
  dwc:collector 'Gofas, Serge, Lab. Biologie Des Invertebrates Mari'^^xsd:string;
  dwc:timeOfDay '21.05'^^xsd:double;
  dwc:startTimeOfDay '21.05'^^xsd:double;
  dwc:endTimeOfDay '21.38'^^xsd:double;
  dwc:longitude '-15.83'^^xsd:double;
  dwc:startLongitude '-15.833333333'^^xsd:double;
  dwc:endLongitude '-15.824'^^xsd:double;
  dwc:latitude '28.13'^^xsd:double;
  dwc:startLatitude '28.1305'^^xsd:double;
  dwc:endLatitude '28.138166667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '128'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 -15.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.26"^^xsd:decimal ;
  dwc:decimalLongitude "-15.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.26 -15.76)"^^geo:wktLiteral ;
  geo-pos:lat "59.26"^^xsd:decimal ;
  geo-pos:long "-15.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9945'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.76'^^xsd:double;
  dwc:startLongitude '-15.766666667'^^xsd:double;
  dwc:endLongitude '-15.683333333'^^xsd:double;
  dwc:latitude '59.26'^^xsd:double;
  dwc:startLatitude '59.266666667'^^xsd:double;
  dwc:endLatitude '59.283333333'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.3 -15.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.3"^^xsd:decimal ;
  dwc:decimalLongitude "-15.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "473"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.3 -15.65)"^^geo:wktLiteral ;
  geo-pos:lat "59.3"^^xsd:decimal ;
  geo-pos:long "-15.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9949'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.65'^^xsd:double;
  dwc:startLongitude '-15.658333333'^^xsd:double;
  dwc:endLongitude '-15.645'^^xsd:double;
  dwc:latitude '59.3'^^xsd:double;
  dwc:startLatitude '59.308333333'^^xsd:double;
  dwc:endLatitude '59.306666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '473'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  geo-pos:lat "35.25"^^xsd:decimal ;
  geo-pos:long "-15.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW63/DW64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '54118'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW63/DW64'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-15.58'^^xsd:double;
  dwc:latitude '35.25'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  geo-pos:lat "35.25"^^xsd:decimal ;
  geo-pos:long "-15.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24107'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW63'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-15.58'^^xsd:double;
  dwc:latitude '35.25'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "24"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  geo-pos:lat "35.25"^^xsd:decimal ;
  geo-pos:long "-15.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW63" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24415'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW63'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-15.58'^^xsd:double;
  dwc:latitude '35.25'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '24'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in the text portion but absent within Appendix A in the published reference.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  geo-pos:lat "35.25"^^xsd:decimal ;
  geo-pos:long "-15.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW63/DW64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '26250'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW63/DW64'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-15.58'^^xsd:double;
  dwc:latitude '35.25'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.25"^^xsd:decimal ;
  dwc:decimalLongitude "-15.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.25 -15.58)"^^geo:wktLiteral ;
  geo-pos:lat "35.25"^^xsd:decimal ;
  geo-pos:long "-15.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW63/DW64" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24377'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW63/DW64'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-15.58'^^xsd:double;
  dwc:latitude '35.25'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in the text portion but absent within Appendix A of the published reference.'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 -15.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.19"^^xsd:decimal ;
  dwc:decimalLongitude "-15.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "303"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.19 -15.2)"^^geo:wktLiteral ;
  geo-pos:lat "59.19"^^xsd:decimal ;
  geo-pos:long "-15.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9956'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.2'^^xsd:double;
  dwc:startLongitude '-15.206666667'^^xsd:double;
  dwc:endLongitude '-15.215'^^xsd:double;
  dwc:latitude '59.19'^^xsd:double;
  dwc:startLatitude '59.195'^^xsd:double;
  dwc:endLatitude '59.213333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '303'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.36 -15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.36"^^xsd:decimal ;
  dwc:decimalLongitude "-15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "400"^^xsd:integer ;
  dwc:maximumDepthInMeters "435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.36 -15.13)"^^geo:wktLiteral ;
  geo-pos:lat "59.36"^^xsd:decimal ;
  geo-pos:long "-15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9955'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.13'^^xsd:double;
  dwc:startLongitude '-15.133333333'^^xsd:double;
  dwc:endLongitude '-15.123333333'^^xsd:double;
  dwc:latitude '59.36'^^xsd:double;
  dwc:startLatitude '59.36'^^xsd:double;
  dwc:endLatitude '59.348333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '400'^^xsd:integer;
  dwc:maximumDepth '435'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.38 -15.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.38"^^xsd:decimal ;
  dwc:decimalLongitude "-15.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.38 -15.13)"^^geo:wktLiteral ;
  geo-pos:lat "59.38"^^xsd:decimal ;
  geo-pos:long "-15.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9952'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.13'^^xsd:double;
  dwc:startLongitude '-15.131666667'^^xsd:double;
  dwc:endLongitude '-15.098333333'^^xsd:double;
  dwc:latitude '59.38'^^xsd:double;
  dwc:startLatitude '59.386666667'^^xsd:double;
  dwc:endLatitude '59.375'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.33 -15.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.33"^^xsd:decimal ;
  dwc:decimalLongitude "-15.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.33 -15.12)"^^geo:wktLiteral ;
  geo-pos:lat "59.33"^^xsd:decimal ;
  geo-pos:long "-15.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9950'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-15.12'^^xsd:double;
  dwc:startLongitude '-15.126666667'^^xsd:double;
  dwc:endLongitude '-15.065'^^xsd:double;
  dwc:latitude '59.33'^^xsd:double;
  dwc:startLatitude '59.33'^^xsd:double;
  dwc:endLatitude '59.333333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86 -14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.86"^^xsd:decimal ;
  dwc:decimalLongitude "-14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "180"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86 -14.62)"^^geo:wktLiteral ;
  geo-pos:lat "36.86"^^xsd:decimal ;
  geo-pos:long "-14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9805'^^xsd:integer;
  dwc:scientificName 'Flabellum alabastrum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.62'^^xsd:double;
  dwc:latitude '36.86'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '180'^^xsd:integer;
  dwc:aphiaid '135194'^^xsd:integer;
  dwc:aphiaIdAccepted '135194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86 -14.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.86"^^xsd:decimal ;
  dwc:decimalLongitude "-14.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "185"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.86 -14.62)"^^geo:wktLiteral ;
  geo-pos:lat "36.86"^^xsd:decimal ;
  geo-pos:long "-14.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9908'^^xsd:integer;
  dwc:scientificName 'Flabellum alabastrum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.62'^^xsd:double;
  dwc:latitude '36.86'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '185'^^xsd:integer;
  dwc:aphiaid '135194'^^xsd:integer;
  dwc:aphiaIdAccepted '135194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12578'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP50'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24414'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP50'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:occurrenceRemarks 'Observed attached to bioclastic blocks.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "73"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP50" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24453'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP50'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '73'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24413'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE48'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24425'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE48'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24452'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE48'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "73"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-14.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE48" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24462'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE48'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.53'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '73'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "20," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12553'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '20,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.48'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "20," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12621'^^xsd:integer;
  dwc:scientificName 'Coelopleurus floridanus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '20,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.48'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '124251'^^xsd:integer;
  dwc:aphiaIdAccepted '513202'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "20," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12906'^^xsd:integer;
  dwc:scientificName 'Spatangus inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '20,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.48'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124414'^^xsd:integer;
  dwc:aphiaIdAccepted '738440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "20," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13002'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '20,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.48'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "20," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13103'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '20,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.48'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.48)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "20," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12947'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '20,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.48'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.88 -14.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.88"^^xsd:decimal ;
  dwc:decimalLongitude "-14.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "342"^^xsd:integer ;
  dwc:maximumDepthInMeters "342"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.88 -14.41)"^^geo:wktLiteral ;
  geo-pos:lat "36.88"^^xsd:decimal ;
  geo-pos:long "-14.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "111, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24498'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '111, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.41'^^xsd:double;
  dwc:latitude '36.88'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '342'^^xsd:integer;
  dwc:maximumDepth '342'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24007'^^xsd:integer;
  dwc:scientificName 'Cymatium pharcidum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW70'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141111'^^xsd:integer;
  dwc:aphiaIdAccepted '1567900'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "33"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW70" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24042'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW70'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '33'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "152"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE73" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24044'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE73'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '152'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "128"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23975'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE82'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '128'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "198"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24108'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE84'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '198'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "128"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24401'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE82'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '128'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "198"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE84" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24402'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE84'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '198'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "128"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24412'^^xsd:integer;
  dwc:scientificName 'Terebratulina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE82'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '128'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '104040'^^xsd:integer;
  dwc:aphiaIdAccepted '104040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "128"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24465'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE82'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '128'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.4"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "128"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.4)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.4"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE82" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24416'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE82'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.4'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '128'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:occurrenceRemarks 'Observed attached to sea urchin plates, scaphopods, and other brachiopod species like Stenosarina sp.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24417'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP83'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.39'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation from Seine Seamount, station CP83.  It was given incorrectly in text as Seine Seamount, station DE83.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '26246'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP83'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.39'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP83" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12956'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP83'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.39'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.39)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.39"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.39)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.39"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9970'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.39'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "31"^^xsd:integer ;
  dwc:maximumDepthInMeters "172"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW68" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24041'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW68'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '31'^^xsd:integer;
  dwc:maximumDepth '172'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.78 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.78 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.78"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24046'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW76'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.78 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.78 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.78"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW76" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '26251'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW76'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "53"^^xsd:integer ;
  dwc:maximumDepthInMeters "132"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23974'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW81'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '53'^^xsd:integer;
  dwc:maximumDepth '132'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24005'^^xsd:integer;
  dwc:scientificName 'Cymatium corrugatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW78'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141104'^^xsd:integer;
  dwc:aphiaIdAccepted '476518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24080'^^xsd:integer;
  dwc:scientificName 'Bufonaria marginata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW78'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '225048'^^xsd:integer;
  dwc:aphiaIdAccepted '476434'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "53"^^xsd:integer ;
  dwc:maximumDepthInMeters "132"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW81" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24400'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW81'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '53'^^xsd:integer;
  dwc:maximumDepth '132'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.38)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24410'^^xsd:integer;
  dwc:scientificName 'Terebratulina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW78'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.38'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '104040'^^xsd:integer;
  dwc:aphiaIdAccepted '104040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9969'^^xsd:integer;
  dwc:scientificName 'Streptocaulus pectiniferus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117309'^^xsd:integer;
  dwc:aphiaIdAccepted '117309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24217'^^xsd:integer;
  dwc:scientificName 'Molgula platybranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE80'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '103794'^^xsd:integer;
  dwc:aphiaIdAccepted '103794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24232'^^xsd:integer;
  dwc:scientificName 'Ascorhynchus pudicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE80'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134623'^^xsd:integer;
  dwc:aphiaIdAccepted '134623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24241'^^xsd:integer;
  dwc:scientificName 'Hedgpethia atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE80'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134671'^^xsd:integer;
  dwc:aphiaIdAccepted '134671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24347'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE80'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "113"^^xsd:integer ;
  dwc:maximumDepthInMeters "201"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.8 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.8"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE80" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24411'^^xsd:integer;
  dwc:scientificName 'Terebratulina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE80'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '113'^^xsd:integer;
  dwc:maximumDepth '201'^^xsd:integer;
  dwc:aphiaid '104040'^^xsd:integer;
  dwc:aphiaIdAccepted '104040'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9968'^^xsd:integer;
  dwc:scientificName 'Streptocaulus pectiniferus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '117309'^^xsd:integer;
  dwc:aphiaIdAccepted '117309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23973'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks '6 live specimens and 2 shells'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24000'^^xsd:integer;
  dwc:scientificName 'Charonia lampas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141101'^^xsd:integer;
  dwc:aphiaIdAccepted '141101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24047'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks '1 shell specimen and 1 shell fragment specimen'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24212'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24213'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24215'^^xsd:integer;
  dwc:scientificName 'Molgula platybranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '103794'^^xsd:integer;
  dwc:aphiaIdAccepted '103794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24214'^^xsd:integer;
  dwc:scientificName 'Polycarpa pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103912'^^xsd:integer;
  dwc:aphiaIdAccepted '103912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9967'^^xsd:integer;
  dwc:scientificName 'Streptocaulus pectiniferus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117309'^^xsd:integer;
  dwc:aphiaIdAccepted '117309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24216'^^xsd:integer;
  dwc:scientificName 'Molgula satyrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '103800'^^xsd:integer;
  dwc:aphiaIdAccepted '103800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24081'^^xsd:integer;
  dwc:scientificName 'Distorsio perdistorta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '140726'^^xsd:integer;
  dwc:aphiaIdAccepted '140726'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.81 -14.37)"^^geo:wktLiteral ;
  geo-pos:lat "33.81"^^xsd:decimal ;
  geo-pos:long "-14.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP79" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24094'^^xsd:integer;
  dwc:scientificName 'Semicassis saburon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP79'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.37'^^xsd:double;
  dwc:latitude '33.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '509237'^^xsd:integer;
  dwc:aphiaIdAccepted '509237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "285"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.36)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9776'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.36'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '285'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.36)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.36"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.36)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.36"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW56" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24398'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW56'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.36'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12560'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9966'^^xsd:integer;
  dwc:scientificName 'Halecium tenellum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23972'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24004'^^xsd:integer;
  dwc:scientificName 'Cymatium corrugatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141104'^^xsd:integer;
  dwc:aphiaIdAccepted '476518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24043'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24346'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24436'^^xsd:integer;
  dwc:scientificName 'Megathiris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:aphiaid '104048'^^xsd:integer;
  dwc:aphiaIdAccepted '104048'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24442'^^xsd:integer;
  dwc:scientificName 'Argyrotheca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "165"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE72" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24446'^^xsd:integer;
  dwc:scientificName 'Argyrotheca cistellula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE72'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '165'^^xsd:integer;
  dwc:aphiaid '104063'^^xsd:integer;
  dwc:aphiaIdAccepted '104063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.78 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.78 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "33.78"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW75" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24045'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW75'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '33.78'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given incorrectly as from sample DE75 in the source, which has coordinates that correspond to DW75 in the sample table provided by the expedition leaders.  Shell fragment specimen(s).'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1083"^^xsd:integer ;
  dwc:maximumDepthInMeters "1448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "4," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13054'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '4,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1083'^^xsd:integer;
  dwc:maximumDepth '1448'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1083"^^xsd:integer ;
  dwc:maximumDepthInMeters "1448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "4," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13068'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '4,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1083'^^xsd:integer;
  dwc:maximumDepth '1448'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1083"^^xsd:integer ;
  dwc:maximumDepthInMeters "1448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "4," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13125'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '4,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1083'^^xsd:integer;
  dwc:maximumDepth '1448'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Damaged specimen'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.35"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1083"^^xsd:integer ;
  dwc:maximumDepthInMeters "1448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.35)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.35"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "4," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13590'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '4,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.35'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1083'^^xsd:integer;
  dwc:maximumDepth '1448'^^xsd:integer;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "129a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24553'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '129a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "129a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24554'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '129a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "545"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "129a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24552'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '129a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '545'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "301"^^xsd:integer ;
  dwc:maximumDepthInMeters "307"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9815'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '301'^^xsd:integer;
  dwc:maximumDepth '307'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24205'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW58'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW58" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24399'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW58'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.34'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "19-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12548'^^xsd:integer;
  dwc:scientificName 'Brissopsis mediterranea'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '19-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125254'^^xsd:integer;
  dwc:aphiaIdAccepted '738053'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "19-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12551'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '19-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "19-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12552'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '19-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "19-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12632'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '19-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "730"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "19-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12946'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '19-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '730'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '23'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "19-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13001'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '19-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "610"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9972'^^xsd:integer;
  dwc:scientificName 'Coenosmilia fecunda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '610'^^xsd:integer;
  dwc:aphiaid '546695'^^xsd:integer;
  dwc:aphiaIdAccepted '135130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13091'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6b'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13188'^^xsd:integer;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6b'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '139453'^^xsd:integer;
  dwc:aphiaIdAccepted '139453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13071'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6b'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 -14.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.18"^^xsd:decimal ;
  dwc:decimalLongitude "-14.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.18 -14.33)"^^geo:wktLiteral ;
  geo-pos:lat "44.18"^^xsd:decimal ;
  geo-pos:long "-14.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9757'^^xsd:integer;
  dwc:scientificName 'Solenosmilia variabilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.33'^^xsd:double;
  dwc:latitude '44.18'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135168'^^xsd:integer;
  dwc:aphiaIdAccepted '135168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23081'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23130'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23156'^^xsd:integer;
  dwc:scientificName 'Sipunculida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '152283'^^xsd:integer;
  dwc:aphiaIdAccepted '1268'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23160'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '91'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23175'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23212'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23224'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23270'^^xsd:integer;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23274'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23285'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23299'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23323'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23339'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23348'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23151'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23190'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '138'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23236'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23253'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23310'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "251"^^xsd:integer ;
  dwc:maximumDepthInMeters "276"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23366'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 10'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:startTimeOfDay '9.05'^^xsd:double;
  dwc:endTimeOfDay '9.53'^^xsd:double;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:startLongitude '-14.32'^^xsd:double;
  dwc:endLongitude '-14.295'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '251'^^xsd:integer;
  dwc:maximumDepth '276'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13138'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "365"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9808'^^xsd:integer;
  dwc:scientificName 'Balanophyllia cellulosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '365'^^xsd:integer;
  dwc:aphiaid '135179'^^xsd:integer;
  dwc:aphiaIdAccepted '135179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24548'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24549'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24550'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24551'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24547'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.32"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "211"^^xsd:integer ;
  dwc:maximumDepthInMeters "241"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.32)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.32"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "127, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13116'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '127, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.32'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '211'^^xsd:integer;
  dwc:maximumDepth '241'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "575"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.75 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "33.75"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9971'^^xsd:integer;
  dwc:scientificName 'Madrepora oculata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:latitude '33.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '575'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135209'^^xsd:integer;
  dwc:aphiaIdAccepted '135209'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "563"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "133a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13121'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '133a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '563'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "563"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "133a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24582'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '133a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '563'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "563"^^xsd:integer ;
  dwc:maximumDepthInMeters "590"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "133a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24581'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '133a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '563'^^xsd:integer;
  dwc:maximumDepth '590'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23079'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23127'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23145'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23157'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23172'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23187'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '383'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23209'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23233'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23250'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23282'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23307'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23356'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.31"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "244"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.31)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.31"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23370'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 7'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '19.48'^^xsd:double;
  dwc:startTimeOfDay '19.48'^^xsd:double;
  dwc:endTimeOfDay '19.98'^^xsd:double;
  dwc:longitude '-14.31'^^xsd:double;
  dwc:startLongitude '-14.316666667'^^xsd:double;
  dwc:endLongitude '-14.288333333'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:startLatitude '36.696666667'^^xsd:double;
  dwc:endLatitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '244'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "350"^^xsd:integer ;
  dwc:maximumDepthInMeters "500"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "25," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22919'^^xsd:integer;
  dwc:scientificName 'Acanthephyra acutifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '25,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '9.92'^^xsd:double;
  dwc:longitude '-14.3'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '350'^^xsd:integer;
  dwc:maximumDepth '500'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeal stages I-II'^^xsd:string;
  dwc:aphiaid '158347'^^xsd:integer;
  dwc:aphiaIdAccepted '158347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "26," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22920'^^xsd:integer;
  dwc:scientificName 'Acanthephyra acutifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '26,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:longitude '-14.3'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeal stages I-II'^^xsd:string;
  dwc:aphiaid '158347'^^xsd:integer;
  dwc:aphiaIdAccepted '158347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13065'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13088'^^xsd:integer;
  dwc:scientificName 'Arca tetradonta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13101'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "591"^^xsd:integer ;
  dwc:maximumDepthInMeters "646"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "133," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13119'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '133,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '591'^^xsd:integer;
  dwc:maximumDepth '646'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13191'^^xsd:integer;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '139453'^^xsd:integer;
  dwc:aphiaIdAccepted '139453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "299"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9806'^^xsd:integer;
  dwc:scientificName 'Stenocyathus vermiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '299'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135208'^^xsd:integer;
  dwc:aphiaIdAccepted '135208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13175'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13118'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132b'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22976'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22984'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22996'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23016'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23024'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23061'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23068'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24568'^^xsd:integer;
  dwc:scientificName 'Chloeia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129827'^^xsd:integer;
  dwc:aphiaIdAccepted '129827'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24569'^^xsd:integer;
  dwc:scientificName 'Euphrosine armadillo'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130080'^^xsd:integer;
  dwc:aphiaIdAccepted '130080'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24570'^^xsd:integer;
  dwc:scientificName 'Laetmonice filicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129844'^^xsd:integer;
  dwc:aphiaIdAccepted '129844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24571'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24573'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24574'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24575'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24577'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24579'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24580'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24572'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23053'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24576'^^xsd:integer;
  dwc:scientificName 'Opisthodonta morena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131330'^^xsd:integer;
  dwc:aphiaIdAccepted '131330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "216"^^xsd:integer ;
  dwc:maximumDepthInMeters "225"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "132, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24578'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '132, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '216'^^xsd:integer;
  dwc:maximumDepth '225'^^xsd:integer;
  dwc:individualCount '27'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "415"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9777'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '415'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9809'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:individualCount '124'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23968'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:occurrenceRemarks '2 live specimens and 1 juvenile shell'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23996'^^xsd:integer;
  dwc:scientificName 'Charonia lampas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141101'^^xsd:integer;
  dwc:aphiaIdAccepted '141101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24038'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24090'^^xsd:integer;
  dwc:scientificName 'Semicassis saburon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '509237'^^xsd:integer;
  dwc:aphiaIdAccepted '509237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24195'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:individualCount '124'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24228'^^xsd:integer;
  dwc:scientificName 'Ascorhynchus pudicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134623'^^xsd:integer;
  dwc:aphiaIdAccepted '134623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "99"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW37" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24369'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW37'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '99'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation from Josephine Bank, station DW 37.  It was given incorrectly in text as Gorringe ridge, station DW 37.'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "58"^^xsd:integer ;
  dwc:maximumDepthInMeters "58"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9773'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '58'^^xsd:integer;
  dwc:maximumDepth '58'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "466"^^xsd:integer ;
  dwc:maximumDepthInMeters "512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13063'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '466'^^xsd:integer;
  dwc:maximumDepth '512'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 4 valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "466"^^xsd:integer ;
  dwc:maximumDepthInMeters "512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13081'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '466'^^xsd:integer;
  dwc:maximumDepth '512'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "466"^^xsd:integer ;
  dwc:maximumDepthInMeters "512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13100'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '466'^^xsd:integer;
  dwc:maximumDepth '512'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "466"^^xsd:integer ;
  dwc:maximumDepthInMeters "512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13115'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '466'^^xsd:integer;
  dwc:maximumDepth '512'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "466"^^xsd:integer ;
  dwc:maximumDepthInMeters "512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13173'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '466'^^xsd:integer;
  dwc:maximumDepth '512'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "466"^^xsd:integer ;
  dwc:maximumDepthInMeters "512"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13185'^^xsd:integer;
  dwc:scientificName 'Cuspidaria cuspidata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '466'^^xsd:integer;
  dwc:maximumDepth '512'^^xsd:integer;
  dwc:occurrenceRemarks '1 damaged valve collected'^^xsd:string;
  dwc:aphiaid '139442'^^xsd:integer;
  dwc:aphiaIdAccepted '139442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23163'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '175'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23193'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '83'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23202'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23215'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23227'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23239'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23256'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23271'^^xsd:integer;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23277'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23288'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23301'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23313'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23324'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23341'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '53'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23350'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23368'^^xsd:integer;
  dwc:scientificName 'Synascidian colony'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23084'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23133'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '3 Medusae and polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "232"^^xsd:integer ;
  dwc:maximumDepthInMeters "234"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 14" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23178'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 14'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:startTimeOfDay '1.8'^^xsd:double;
  dwc:endTimeOfDay '2.28'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.291666667'^^xsd:double;
  dwc:endLongitude '-14.291666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.725'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '232'^^xsd:integer;
  dwc:maximumDepth '234'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23082'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23131'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23161'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23176'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23213'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23225'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23237'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23275'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23286'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23300'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23311'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23340'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23349'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23371'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23139'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:occurrenceRemarks 'Polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23191'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '134'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "268"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23254'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 12'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '1.38'^^xsd:double;
  dwc:startTimeOfDay '1.38'^^xsd:double;
  dwc:endTimeOfDay '1.87'^^xsd:double;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:startLongitude '-14.296666667'^^xsd:double;
  dwc:endLongitude '-14.303333333'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:startLatitude '36.735'^^xsd:double;
  dwc:endLatitude '36.725'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '268'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9820'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "318"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9771'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '318'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "164"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24203'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW45'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '164'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "164"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24204'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW45'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '164'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "164"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24345'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW45'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '164'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "164"^^xsd:integer ;
  dwc:maximumDepthInMeters "198"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW45" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24397'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW45'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '164'^^xsd:integer;
  dwc:maximumDepth '198'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "352"^^xsd:integer ;
  dwc:maximumDepthInMeters "407"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9814'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '352'^^xsd:integer;
  dwc:maximumDepth '407'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.29"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "352"^^xsd:integer ;
  dwc:maximumDepthInMeters "407"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.29)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.29"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9821'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.29'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '352'^^xsd:integer;
  dwc:maximumDepth '407'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1110"^^xsd:integer ;
  dwc:maximumDepthInMeters "1125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "210," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13066'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '210,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1110'^^xsd:integer;
  dwc:maximumDepth '1125'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1110"^^xsd:integer ;
  dwc:maximumDepthInMeters "1125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "210," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13102'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '210,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1110'^^xsd:integer;
  dwc:maximumDepth '1125'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1110"^^xsd:integer ;
  dwc:maximumDepthInMeters "1125"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "210," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13122'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '210,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1110'^^xsd:integer;
  dwc:maximumDepth '1125'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9774'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9779'^^xsd:integer;
  dwc:scientificName 'Aglaophenia lophocarpa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117279'^^xsd:integer;
  dwc:aphiaIdAccepted '117279'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9810'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:individualCount '362'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9819'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23997'^^xsd:integer;
  dwc:scientificName 'Charonia lampas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141101'^^xsd:integer;
  dwc:aphiaIdAccepted '141101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24002'^^xsd:integer;
  dwc:scientificName 'Cymatium corrugatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '141104'^^xsd:integer;
  dwc:aphiaIdAccepted '476518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24196'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24197'^^xsd:integer;
  dwc:scientificName 'Ciona imperfecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103731'^^xsd:integer;
  dwc:aphiaIdAccepted '103731'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24198'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '362'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24229'^^xsd:integer;
  dwc:scientificName 'Ascorhynchus pudicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134623'^^xsd:integer;
  dwc:aphiaIdAccepted '134623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24239'^^xsd:integer;
  dwc:scientificName 'Hedgpethia atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134671'^^xsd:integer;
  dwc:aphiaIdAccepted '134671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24252'^^xsd:integer;
  dwc:scientificName 'Anoplodactylus arnaudi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '134715'^^xsd:integer;
  dwc:aphiaIdAccepted '134715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '26249'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9824'^^xsd:integer;
  dwc:scientificName 'Ciona imperfecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103731'^^xsd:integer;
  dwc:aphiaIdAccepted '103731'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW38" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24091'^^xsd:integer;
  dwc:scientificName 'Semicassis saburon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW38'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '509237'^^xsd:integer;
  dwc:aphiaIdAccepted '509237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9772'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9817'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '690'^^xsd:integer;
  dwc:individualCount '62'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "610"^^xsd:integer ;
  dwc:maximumDepthInMeters "690"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9822'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '610'^^xsd:integer;
  dwc:maximumDepth '690'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "186"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24039'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW60'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '186'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "186"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24207'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW60'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '186'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "186"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24208'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW60'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '186'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '62'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "186"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW60" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24375'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW60'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '186'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "322"^^xsd:integer ;
  dwc:maximumDepthInMeters "422"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9816'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '322'^^xsd:integer;
  dwc:maximumDepth '422'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "229"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24374'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW59'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '229'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "229"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24206'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW59'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '229'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "229"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW59" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24003'^^xsd:integer;
  dwc:scientificName 'Cymatium corrugatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW59'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '229'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '141104'^^xsd:integer;
  dwc:aphiaIdAccepted '476518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9775'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9778'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "490"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9813'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '490'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '107'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24093'^^xsd:integer;
  dwc:scientificName 'Semicassis saburon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '509237'^^xsd:integer;
  dwc:aphiaIdAccepted '509237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24201'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24202'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:individualCount '107'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24373'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24396'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23970'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "186"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.28)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW43" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24344'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW43'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.28'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '186'^^xsd:integer;
  dwc:occurrenceRemarks '\'many shells\' found'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24230'^^xsd:integer;
  dwc:scientificName 'Ascorhynchus pudicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE39'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '134623'^^xsd:integer;
  dwc:aphiaIdAccepted '134623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24240'^^xsd:integer;
  dwc:scientificName 'Hedgpethia atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE39'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134671'^^xsd:integer;
  dwc:aphiaIdAccepted '134671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24372'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE39'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "77"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE39" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24199'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE39'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '77'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "266"^^xsd:integer ;
  dwc:maximumDepthInMeters "266"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9811'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '266'^^xsd:integer;
  dwc:maximumDepth '266'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9780'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9783'^^xsd:integer;
  dwc:scientificName 'Placogorgia terceira'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '125396'^^xsd:integer;
  dwc:aphiaIdAccepted '125396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9788'^^xsd:integer;
  dwc:scientificName 'Calyptrophora josephinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '177835'^^xsd:integer;
  dwc:aphiaIdAccepted '125410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9789'^^xsd:integer;
  dwc:scientificName 'Antipathes dichotoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '103309'^^xsd:integer;
  dwc:aphiaIdAccepted '103309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9790'^^xsd:integer;
  dwc:scientificName 'Antipathes dichotoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '103309'^^xsd:integer;
  dwc:aphiaIdAccepted '103309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9791'^^xsd:integer;
  dwc:scientificName 'Antipathes dichotoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '103309'^^xsd:integer;
  dwc:aphiaIdAccepted '103309'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9792'^^xsd:integer;
  dwc:scientificName 'Coenosmilia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135089'^^xsd:integer;
  dwc:aphiaIdAccepted '135089'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9794'^^xsd:integer;
  dwc:scientificName 'Deltocyathus eccentricus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135155'^^xsd:integer;
  dwc:aphiaIdAccepted '135155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9782'^^xsd:integer;
  dwc:scientificName 'Swiftia dubia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '125400'^^xsd:integer;
  dwc:aphiaIdAccepted '1878244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9799'^^xsd:integer;
  dwc:scientificName 'Paracyathus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135163'^^xsd:integer;
  dwc:aphiaIdAccepted '135163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9784'^^xsd:integer;
  dwc:scientificName 'Muriceides lepida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '125383'^^xsd:integer;
  dwc:aphiaIdAccepted '125383'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.27"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.27)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.27"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9785'^^xsd:integer;
  dwc:scientificName 'Villogorgia bebrycoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.27'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:aphiaid '125404'^^xsd:integer;
  dwc:aphiaIdAccepted '125404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "69"^^xsd:integer ;
  dwc:maximumDepthInMeters "69"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP40" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23998'^^xsd:integer;
  dwc:scientificName 'Charonia lampas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP40'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '69'^^xsd:integer;
  dwc:maximumDepth '69'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141101'^^xsd:integer;
  dwc:aphiaIdAccepted '141101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9818'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '131'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9823'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23971'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24040'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24106'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24209'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24211'^^xsd:integer;
  dwc:scientificName 'Molgula platybranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '103794'^^xsd:integer;
  dwc:aphiaIdAccepted '103794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24376'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24231'^^xsd:integer;
  dwc:scientificName 'Ascorhynchus pudicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134623'^^xsd:integer;
  dwc:aphiaIdAccepted '134623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "22"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW61" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24210'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW61'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '22'^^xsd:integer;
  dwc:individualCount '131'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "24," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22918'^^xsd:integer;
  dwc:scientificName 'Acanthephyra acutifrons'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '24,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.53'^^xsd:double;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'zoeal stages I-II'^^xsd:string;
  dwc:aphiaid '158347'^^xsd:integer;
  dwc:aphiaIdAccepted '158347'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "24," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22928'^^xsd:integer;
  dwc:scientificName 'Pagurus alatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '24,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.53'^^xsd:double;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '107230'^^xsd:integer;
  dwc:aphiaIdAccepted '107230'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "24," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22929'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '24,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.53'^^xsd:double;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "24," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22931'^^xsd:integer;
  dwc:scientificName 'Parapagurus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '24,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.53'^^xsd:double;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106858'^^xsd:integer;
  dwc:aphiaIdAccepted '106858'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "24," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22935'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '24,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '13.53'^^xsd:double;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.03 -14.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.03"^^xsd:decimal ;
  dwc:decimalLongitude "-14.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.03 -14.26)"^^geo:wktLiteral ;
  geo-pos:lat "37.03"^^xsd:decimal ;
  geo-pos:long "-14.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "22," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22952'^^xsd:integer;
  dwc:scientificName 'Bathynectes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '22,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:longitude '-14.26'^^xsd:double;
  dwc:latitude '37.03'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106920'^^xsd:integer;
  dwc:aphiaIdAccepted '106920'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24499'^^xsd:integer;
  dwc:scientificName 'Harmothoe impar'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130770'^^xsd:integer;
  dwc:aphiaIdAccepted '130770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24502'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24503'^^xsd:integer;
  dwc:scientificName 'Genetyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129447'^^xsd:integer;
  dwc:aphiaIdAccepted '129451'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24504'^^xsd:integer;
  dwc:scientificName 'Protomystides bidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '152393'^^xsd:integer;
  dwc:aphiaIdAccepted '152393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24506'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '59'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24507'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24508'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24509'^^xsd:integer;
  dwc:scientificName 'Typosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '147195'^^xsd:integer;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24511'^^xsd:integer;
  dwc:scientificName 'Opisthodonta morena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '17'^^xsd:integer;
  dwc:aphiaid '131330'^^xsd:integer;
  dwc:aphiaIdAccepted '131330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24512'^^xsd:integer;
  dwc:scientificName 'Eurysyllis tuberculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131288'^^xsd:integer;
  dwc:aphiaIdAccepted '131288'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24513'^^xsd:integer;
  dwc:scientificName 'Exogone naidina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '327985'^^xsd:integer;
  dwc:aphiaIdAccepted '327985'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24514'^^xsd:integer;
  dwc:scientificName 'Autolytus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129646'^^xsd:integer;
  dwc:aphiaIdAccepted '129659'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24515'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24517'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24519'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24520'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24501'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24505'^^xsd:integer;
  dwc:scientificName 'Mystides uschakovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '329093'^^xsd:integer;
  dwc:aphiaIdAccepted '329093'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24518'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24500'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24510'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24516'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '24'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "118"^^xsd:integer ;
  dwc:maximumDepthInMeters "118"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "120, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13099'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '120, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '118'^^xsd:integer;
  dwc:maximumDepth '118'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22958'^^xsd:integer;
  dwc:scientificName 'Glossanodon leioglossus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126717'^^xsd:integer;
  dwc:aphiaIdAccepted '126717'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22975'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22977'^^xsd:integer;
  dwc:scientificName 'Gnathophis mystax'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Paratypes'^^xsd:string;
  dwc:aphiaid '126287'^^xsd:integer;
  dwc:aphiaIdAccepted '126287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22983'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22995'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23007'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23014'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23023'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23030'^^xsd:integer;
  dwc:scientificName 'Lappanella fasciata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126969'^^xsd:integer;
  dwc:aphiaIdAccepted '126969'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23048'^^xsd:integer;
  dwc:scientificName 'Echiodon dentatus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126662'^^xsd:integer;
  dwc:aphiaIdAccepted '126662'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23052'^^xsd:integer;
  dwc:scientificName 'Scorpaena loppei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127244'^^xsd:integer;
  dwc:aphiaIdAccepted '127244'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23067'^^xsd:integer;
  dwc:scientificName 'Arnoglossus rueppelli'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '127127'^^xsd:integer;
  dwc:aphiaIdAccepted '127127'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24527'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24530'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24531'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24532'^^xsd:integer;
  dwc:scientificName 'Eulalia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129445'^^xsd:integer;
  dwc:aphiaIdAccepted '129445'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24533'^^xsd:integer;
  dwc:scientificName 'Genetyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129447'^^xsd:integer;
  dwc:aphiaIdAccepted '129451'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24534'^^xsd:integer;
  dwc:scientificName 'Protomystides bidentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '152393'^^xsd:integer;
  dwc:aphiaIdAccepted '152393'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24535'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '45'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24537'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '47'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24538'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24540'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24541'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24542'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24544'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24545'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24529'^^xsd:integer;
  dwc:scientificName 'Laetmonice filicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '129844'^^xsd:integer;
  dwc:aphiaIdAccepted '129844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24536'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24543'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23066'^^xsd:integer;
  dwc:scientificName 'Arnoglossus imperialis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127124'^^xsd:integer;
  dwc:aphiaIdAccepted '127124'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22961'^^xsd:integer;
  dwc:scientificName 'Aulopus filamentosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126335'^^xsd:integer;
  dwc:aphiaIdAccepted '126335'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23035'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23059'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24528'^^xsd:integer;
  dwc:scientificName 'Hermodice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129187'^^xsd:integer;
  dwc:aphiaIdAccepted '129187'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24539'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '35'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "150"^^xsd:integer ;
  dwc:maximumDepthInMeters "430"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "123a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24546'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '123a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '150'^^xsd:integer;
  dwc:maximumDepth '430'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23080'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23128'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae and polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23158'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '81'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23173'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23188'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '65'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23210'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '14'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23222'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23234'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23251'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23273'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23297'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23308'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23322'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23337'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23347'^^xsd:integer;
  dwc:scientificName 'Echinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123082'^^xsd:integer;
  dwc:aphiaIdAccepted '123082'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23357'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23364'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "217"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23283'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 8'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:startTimeOfDay '21.55'^^xsd:double;
  dwc:endTimeOfDay '22'^^xsd:integer;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:startLongitude '-14.258333333'^^xsd:double;
  dwc:endLongitude '-14.275'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.72'^^xsd:double;
  dwc:endLatitude '36.713333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '217'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13094'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13589'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1130"^^xsd:integer ;
  dwc:maximumDepthInMeters "1175"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.25)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "12," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13593'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '12,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.25'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1130'^^xsd:integer;
  dwc:maximumDepth '1175'^^xsd:integer;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9812'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "121"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23969'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW41'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '121'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "121"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23999'^^xsd:integer;
  dwc:scientificName 'Charonia lampas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW41'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '121'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141101'^^xsd:integer;
  dwc:aphiaIdAccepted '141101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "121"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24092'^^xsd:integer;
  dwc:scientificName 'Semicassis saburon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW41'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '121'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '509237'^^xsd:integer;
  dwc:aphiaIdAccepted '509237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "121"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24343'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW41'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '121'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "328"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24367'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '328'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 shell'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "121"^^xsd:integer ;
  dwc:maximumDepthInMeters "271"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW41" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24200'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW41'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '121'^^xsd:integer;
  dwc:maximumDepth '271'^^xsd:integer;
  dwc:individualCount '86'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "315"^^xsd:integer ;
  dwc:maximumDepthInMeters "335"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "531," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12558'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '531,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '315'^^xsd:integer;
  dwc:maximumDepth '335'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "322"^^xsd:integer ;
  dwc:maximumDepthInMeters "392"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9804'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '322'^^xsd:integer;
  dwc:maximumDepth '392'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13064'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13174'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23062'^^xsd:integer;
  dwc:scientificName 'Pontinus kuhlii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127240'^^xsd:integer;
  dwc:aphiaIdAccepted '127240'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "323"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9803'^^xsd:integer;
  dwc:scientificName 'Coenosmilia fecunda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '323'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '546695'^^xsd:integer;
  dwc:aphiaIdAccepted '135130'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24555'^^xsd:integer;
  dwc:scientificName 'Laetmonice filicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129844'^^xsd:integer;
  dwc:aphiaIdAccepted '129844'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24556'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24558'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24559'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24557'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23015'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23060'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "305"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "130, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '25220'^^xsd:integer;
  dwc:scientificName 'Eunicidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '130, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '305'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '966'^^xsd:integer;
  dwc:aphiaIdAccepted '966'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "107"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13062'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '107'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 2 valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "107"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13150'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '107'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "107"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13184'^^xsd:integer;
  dwc:scientificName 'Cuspidaria cuspidata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '107'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '139442'^^xsd:integer;
  dwc:aphiaIdAccepted '139442'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.74"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "107"^^xsd:integer ;
  dwc:maximumDepthInMeters "110"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.74 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.74"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103b, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13080'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103b, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.74'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '107'^^xsd:integer;
  dwc:maximumDepth '110'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "529"^^xsd:integer ;
  dwc:maximumDepthInMeters "560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13151'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '529'^^xsd:integer;
  dwc:maximumDepth '560'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "529"^^xsd:integer ;
  dwc:maximumDepthInMeters "560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13157'^^xsd:integer;
  dwc:scientificName 'Haliris lamothei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '529'^^xsd:integer;
  dwc:maximumDepth '560'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '236732'^^xsd:integer;
  dwc:aphiaIdAccepted '236732'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "529"^^xsd:integer ;
  dwc:maximumDepthInMeters "560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13190'^^xsd:integer;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '529'^^xsd:integer;
  dwc:maximumDepth '560'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '139453'^^xsd:integer;
  dwc:aphiaIdAccepted '139453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "385"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9796'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '385'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.78"^^xsd:decimal ;
  dwc:decimalLongitude "-14.24"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "529"^^xsd:integer ;
  dwc:maximumDepthInMeters "560"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.78 -14.24)"^^geo:wktLiteral ;
  geo-pos:lat "36.78"^^xsd:decimal ;
  geo-pos:long "-14.24"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "103," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13205'^^xsd:integer;
  dwc:scientificName 'Rhinoclama teres'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '103,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.24'^^xsd:double;
  dwc:latitude '36.78'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '529'^^xsd:integer;
  dwc:maximumDepth '560'^^xsd:integer;
  dwc:occurrenceRemarks '15 valves collected'^^xsd:string;
  dwc:aphiaid '408133'^^xsd:integer;
  dwc:aphiaIdAccepted '408133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13172'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22956'^^xsd:integer;
  dwc:scientificName 'Polymetme corythaeola'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '127300'^^xsd:integer;
  dwc:aphiaIdAccepted '127300'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22981'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '16'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22991'^^xsd:integer;
  dwc:scientificName 'Coelorhynchus coelorhynchus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '298299'^^xsd:integer;
  dwc:aphiaIdAccepted '398381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23012'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23034'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23044'^^xsd:integer;
  dwc:scientificName 'Centrodraco acanthopoma'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126847'^^xsd:integer;
  dwc:aphiaIdAccepted '126847'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23057'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "363"^^xsd:integer ;
  dwc:maximumDepthInMeters "435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9797'^^xsd:integer;
  dwc:scientificName 'Deltocyathus eccentricus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '363'^^xsd:integer;
  dwc:maximumDepth '435'^^xsd:integer;
  dwc:aphiaid '135155'^^xsd:integer;
  dwc:aphiaIdAccepted '135155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "285"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9798'^^xsd:integer;
  dwc:scientificName 'Deltocyathus eccentricus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '285'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:aphiaid '135155'^^xsd:integer;
  dwc:aphiaIdAccepted '135155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9807'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24483'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24484'^^xsd:integer;
  dwc:scientificName 'Pholoides bermudensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '334499'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24485'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24486'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis coeliaca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131464'^^xsd:integer;
  dwc:aphiaIdAccepted '131373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24487'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24489'^^xsd:integer;
  dwc:scientificName 'Myrianida quindecimdentata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '238201'^^xsd:integer;
  dwc:aphiaIdAccepted '238201'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24491'^^xsd:integer;
  dwc:scientificName 'Syllidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '948'^^xsd:integer;
  dwc:aphiaIdAccepted '948'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24492'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24493'^^xsd:integer;
  dwc:scientificName 'Glyceridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '952'^^xsd:integer;
  dwc:aphiaIdAccepted '952'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24494'^^xsd:integer;
  dwc:scientificName 'Lumbrineridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '967'^^xsd:integer;
  dwc:aphiaIdAccepted '967'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24495'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24496'^^xsd:integer;
  dwc:scientificName 'Nothria conchylega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:aphiaid '130467'^^xsd:integer;
  dwc:aphiaIdAccepted '130467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24497'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24490'^^xsd:integer;
  dwc:scientificName 'Autolytus rubrovittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131273'^^xsd:integer;
  dwc:aphiaIdAccepted '131273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23021'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "235"^^xsd:integer ;
  dwc:maximumDepthInMeters "240"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101b, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24488'^^xsd:integer;
  dwc:scientificName 'Typosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101b, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '235'^^xsd:integer;
  dwc:maximumDepth '240'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '147195'^^xsd:integer;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "363"^^xsd:integer ;
  dwc:maximumDepthInMeters "435"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9795'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '363'^^xsd:integer;
  dwc:maximumDepth '435'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "195"^^xsd:integer ;
  dwc:maximumDepthInMeters "196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "101a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13114'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '101a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '195'^^xsd:integer;
  dwc:maximumDepth '196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "195"^^xsd:integer ;
  dwc:maximumDepthInMeters "196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24480'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '195'^^xsd:integer;
  dwc:maximumDepth '196'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "195"^^xsd:integer ;
  dwc:maximumDepthInMeters "196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24481'^^xsd:integer;
  dwc:scientificName 'Eunice oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '195'^^xsd:integer;
  dwc:maximumDepth '196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130059'^^xsd:integer;
  dwc:aphiaIdAccepted '130059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "195"^^xsd:integer ;
  dwc:maximumDepthInMeters "196"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "101a, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24482'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '101a, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '195'^^xsd:integer;
  dwc:maximumDepth '196'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23083'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23132'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae and polyps present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23146'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23162'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '29'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23177'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23192'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '123'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23214'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23226'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23238'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23255'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23276'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23287'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23312'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23331'^^xsd:integer;
  dwc:scientificName 'Crinoidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123081'^^xsd:integer;
  dwc:aphiaIdAccepted '123081'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23367'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.68"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "224"^^xsd:integer ;
  dwc:maximumDepthInMeters "246"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.68 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.68"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 13" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23372'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 13'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:startTimeOfDay '14.35'^^xsd:double;
  dwc:endTimeOfDay '14.83'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.236666667'^^xsd:double;
  dwc:endLongitude '-14.243333333'^^xsd:double;
  dwc:latitude '36.68'^^xsd:double;
  dwc:startLatitude '36.686666667'^^xsd:double;
  dwc:endLatitude '36.665'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '224'^^xsd:integer;
  dwc:maximumDepth '246'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22982'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23006'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23013'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '61'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23058'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '22'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24521'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24523'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24524'^^xsd:integer;
  dwc:scientificName 'Autolytus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '129646'^^xsd:integer;
  dwc:aphiaIdAccepted '129659'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24525'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24526'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23022'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '31'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "170"^^xsd:integer ;
  dwc:maximumDepthInMeters "300"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "121a, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24522'^^xsd:integer;
  dwc:scientificName 'Syllis variegata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '121a, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '170'^^xsd:integer;
  dwc:maximumDepth '300'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131458'^^xsd:integer;
  dwc:aphiaIdAccepted '131458'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12639'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12984'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13056'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 6 valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13057'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-2'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.97'^^xsd:double;
  dwc:startTimeOfDay '4.97'^^xsd:double;
  dwc:endTimeOfDay '5.05'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'material included valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13078'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '33'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 40 valves'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13109'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13167'^^xsd:integer;
  dwc:scientificName 'Cetomya neaeroides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-2'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.97'^^xsd:double;
  dwc:startTimeOfDay '4.97'^^xsd:double;
  dwc:endTimeOfDay '5.05'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '508001'^^xsd:integer;
  dwc:aphiaIdAccepted '508001'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13189'^^xsd:integer;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 5 valves'^^xsd:string;
  dwc:aphiaid '139453'^^xsd:integer;
  dwc:aphiaIdAccepted '139453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14121'^^xsd:integer;
  dwc:scientificName 'Ophiomyces grandis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '125041'^^xsd:integer;
  dwc:aphiaIdAccepted '125041'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14163'^^xsd:integer;
  dwc:scientificName 'Callogorgia verticillaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14184'^^xsd:integer;
  dwc:scientificName 'Metallogorgia melanotrichos'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125355'^^xsd:integer;
  dwc:aphiaIdAccepted '125355'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14210'^^xsd:integer;
  dwc:scientificName 'Nicella granifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '125359'^^xsd:integer;
  dwc:aphiaIdAccepted '125359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13092'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.72"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.72 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.72"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "529-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12767'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '529-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:startTimeOfDay '4.6'^^xsd:double;
  dwc:endTimeOfDay '5.37'^^xsd:double;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:startLongitude '-14.23'^^xsd:double;
  dwc:endLongitude '-14.231666667'^^xsd:double;
  dwc:latitude '36.72'^^xsd:double;
  dwc:startLatitude '36.728333333'^^xsd:double;
  dwc:endLatitude '36.721666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include fragments'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13055'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6a'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 6 valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13070'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6a'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 3 valve'^^xsd:string;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13144'^^xsd:integer;
  dwc:scientificName 'Parilimya'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6a'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1 damaged left valve collected'^^xsd:string;
  dwc:aphiaid '413857'^^xsd:integer;
  dwc:aphiaIdAccepted '413857'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13591'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6a'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14803'^^xsd:integer;
  dwc:scientificName 'Deltocyathoides stimpsonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6a'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '135215'^^xsd:integer;
  dwc:aphiaIdAccepted '546694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.75"^^xsd:decimal ;
  dwc:decimalLongitude "-14.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.75 -14.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.75"^^xsd:decimal ;
  geo-pos:long "-14.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "6a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13147'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '6a'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.23'^^xsd:double;
  dwc:latitude '36.75'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12759'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12993'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13061'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13096'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13561'^^xsd:integer;
  dwc:scientificName 'Poecilasma kaempferi litum'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "56," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14126'^^xsd:integer;
  dwc:scientificName 'Ophiomyces multispinus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '56,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '243856'^^xsd:integer;
  dwc:aphiaIdAccepted '244099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23129'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae present. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23138'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks 'Medusae present.  Numerous fragments of medusae (Coronata) were found'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23174'^^xsd:integer;
  dwc:scientificName 'Ostracoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1078'^^xsd:integer;
  dwc:aphiaIdAccepted '1078'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23189'^^xsd:integer;
  dwc:scientificName 'Copepoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '152'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1080'^^xsd:integer;
  dwc:aphiaIdAccepted '1080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23211'^^xsd:integer;
  dwc:scientificName 'Mysidacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '26'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2824'^^xsd:integer;
  dwc:aphiaIdAccepted '149668'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23223'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23235'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23252'^^xsd:integer;
  dwc:scientificName 'Decapoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '1130'^^xsd:integer;
  dwc:aphiaIdAccepted '1130'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23278'^^xsd:integer;
  dwc:scientificName 'Solenogastres'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2094'^^xsd:integer;
  dwc:aphiaIdAccepted '2094'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23284'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23298'^^xsd:integer;
  dwc:scientificName 'Bivalvia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '105'^^xsd:integer;
  dwc:aphiaIdAccepted '105'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23309'^^xsd:integer;
  dwc:scientificName 'Chaetognatha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '2081'^^xsd:integer;
  dwc:aphiaIdAccepted '2081'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23338'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23365'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23358'^^xsd:integer;
  dwc:scientificName 'Appendicularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:occurrenceRemarks '<1 animal per 100m^3. abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '146421'^^xsd:integer;
  dwc:aphiaIdAccepted '146421'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "199"^^xsd:integer ;
  dwc:maximumDepthInMeters "202"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "BSN 9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23159'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'BSN 9'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.23'^^xsd:double;
  dwc:startTimeOfDay '3.23'^^xsd:double;
  dwc:endTimeOfDay '3.72'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:startLongitude '-14.225'^^xsd:double;
  dwc:endLongitude '-14.241666667'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:startLatitude '36.645'^^xsd:double;
  dwc:endLatitude '36.671666667'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '199'^^xsd:integer;
  dwc:maximumDepth '202'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'abundances standardized to number of animals/100 m^3'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "448"^^xsd:integer ;
  dwc:maximumDepthInMeters "448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12557'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '448'^^xsd:integer;
  dwc:maximumDepth '448'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "448"^^xsd:integer ;
  dwc:maximumDepthInMeters "448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14127'^^xsd:integer;
  dwc:scientificName 'Ophiomyces multispinus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '448'^^xsd:integer;
  dwc:maximumDepth '448'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '243856'^^xsd:integer;
  dwc:aphiaIdAccepted '244099'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "448"^^xsd:integer ;
  dwc:maximumDepthInMeters "448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14197'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '448'^^xsd:integer;
  dwc:maximumDepth '448'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragment collected'^^xsd:string;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "448"^^xsd:integer ;
  dwc:maximumDepthInMeters "448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14209'^^xsd:integer;
  dwc:scientificName 'Nicella granifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '448'^^xsd:integer;
  dwc:maximumDepth '448'^^xsd:integer;
  dwc:occurrenceRemarks 'Numerous small specimens and a fragment collected'^^xsd:string;
  dwc:aphiaid '125359'^^xsd:integer;
  dwc:aphiaIdAccepted '125359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "448"^^xsd:integer ;
  dwc:maximumDepthInMeters "448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14216'^^xsd:integer;
  dwc:scientificName 'Bebryce mollis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '448'^^xsd:integer;
  dwc:maximumDepth '448'^^xsd:integer;
  dwc:occurrenceRemarks 'Numerous collected'^^xsd:string;
  dwc:aphiaid '125380'^^xsd:integer;
  dwc:aphiaIdAccepted '125380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "448"^^xsd:integer ;
  dwc:maximumDepthInMeters "448"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "58," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14162'^^xsd:integer;
  dwc:scientificName 'Callogorgia verticillaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '58,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '448'^^xsd:integer;
  dwc:maximumDepth '448'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12756'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include fragments'^^xsd:string;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13595'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14158'^^xsd:integer;
  dwc:scientificName 'Callogorgia verticillaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:occurrenceRemarks 'Fragments collected'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14191'^^xsd:integer;
  dwc:scientificName 'Ctenocella flagellum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '287605'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14831'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15891'^^xsd:integer;
  dwc:scientificName 'Acantholabrus palloni'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '126957'^^xsd:integer;
  dwc:aphiaIdAccepted '126957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15927'^^xsd:integer;
  dwc:scientificName 'Anthias anthias'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '127031'^^xsd:integer;
  dwc:aphiaIdAccepted '127031'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '15930'^^xsd:integer;
  dwc:scientificName 'Antigonia capros'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127418'^^xsd:integer;
  dwc:aphiaIdAccepted '127418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16102'^^xsd:integer;
  dwc:scientificName 'Callanthias ruber'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126789'^^xsd:integer;
  dwc:aphiaIdAccepted '126789'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16103'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16106'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16227'^^xsd:integer;
  dwc:scientificName 'Gadella maraldi'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '126488'^^xsd:integer;
  dwc:aphiaIdAccepted '126488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16403'^^xsd:integer;
  dwc:scientificName 'Helicolenus dactylopterus'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '127251'^^xsd:integer;
  dwc:aphiaIdAccepted '127251'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16587'^^xsd:integer;
  dwc:scientificName 'Phenacoscorpius nebris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '278866'^^xsd:integer;
  dwc:aphiaIdAccepted '278866'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16733'^^xsd:integer;
  dwc:scientificName 'Trachurus picturatus'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126821'^^xsd:integer;
  dwc:aphiaIdAccepted '126821'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16081'^^xsd:integer;
  dwc:scientificName 'Coelorinchus coelorhincus'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '280269'^^xsd:integer;
  dwc:aphiaIdAccepted '398381'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16659'^^xsd:integer;
  dwc:scientificName 'Raja clavata'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105883'^^xsd:integer;
  dwc:aphiaIdAccepted '105883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16300'^^xsd:integer;
  dwc:scientificName 'Lepidopus caudatus'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '127088'^^xsd:integer;
  dwc:aphiaIdAccepted '127088'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-14.22"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "550"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -14.22)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-14.22"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "75," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '16486'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:fieldNumber '75,'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.33'^^xsd:double;
  dwc:startTimeOfDay '16.33'^^xsd:double;
  dwc:endTimeOfDay '16.42'^^xsd:double;
  dwc:longitude '-14.22'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '550'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "57," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13112'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '57,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "57," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14161'^^xsd:integer;
  dwc:scientificName 'Callogorgia verticillaria'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '57,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "338"^^xsd:integer ;
  dwc:maximumDepthInMeters "338"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "57," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14832'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '57,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '338'^^xsd:integer;
  dwc:maximumDepth '338'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1754"^^xsd:integer ;
  dwc:maximumDepthInMeters "1854"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "29," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22936'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '29,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '18.83'^^xsd:double;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1754'^^xsd:integer;
  dwc:maximumDepth '1854'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24560'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24561'^^xsd:integer;
  dwc:scientificName 'Syllidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'listed as "Eusyllinae indet."'^^xsd:string;
  dwc:aphiaid '948'^^xsd:integer;
  dwc:aphiaIdAccepted '948'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24562'^^xsd:integer;
  dwc:scientificName 'Pionosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129669'^^xsd:integer;
  dwc:aphiaIdAccepted '129669'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24564'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24565'^^xsd:integer;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24566'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24567'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13117'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.65"^^xsd:decimal ;
  dwc:decimalLongitude "-14.21"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "550"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.65 -14.21)"^^geo:wktLiteral ;
  geo-pos:lat "36.65"^^xsd:decimal ;
  geo-pos:long "-14.21"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "131a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24563'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '131a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-14.21'^^xsd:double;
  dwc:latitude '36.65'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '550'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9802'^^xsd:integer;
  dwc:scientificName 'Peponocyathus stimpsoni'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:aphiaid '546694'^^xsd:integer;
  dwc:aphiaIdAccepted '546694'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.8"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "250"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.8 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "36.8"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9801'^^xsd:integer;
  dwc:scientificName 'Peponocyathus folliculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '36.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '250'^^xsd:integer;
  dwc:aphiaid '135216'^^xsd:integer;
  dwc:aphiaIdAccepted '135216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.81"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1300"^^xsd:integer ;
  dwc:maximumDepthInMeters "1370"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.81 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "36.81"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "23," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22934'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber '23,'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:timeOfDay '3.42'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '36.81'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1300'^^xsd:integer;
  dwc:maximumDepth '1370'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'stage I zoea'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29764'^^xsd:integer;
  dwc:scientificName 'Notoscopelus resplendens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '78'^^xsd:integer;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:startTimeOfDay '21.25'^^xsd:double;
  dwc:endTimeOfDay '22.25'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:observedWeight '6.01'^^xsd:double;
  dwc:aphiaid '158916'^^xsd:integer;
  dwc:aphiaIdAccepted '158916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29766'^^xsd:integer;
  dwc:scientificName 'Ceratoscopelus warmingii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '78'^^xsd:integer;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:startTimeOfDay '21.25'^^xsd:double;
  dwc:endTimeOfDay '22.25'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:observedWeight '9.68'^^xsd:double;
  dwc:aphiaid '126586'^^xsd:integer;
  dwc:aphiaIdAccepted '126586'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29767'^^xsd:integer;
  dwc:scientificName 'Hygophum hygomii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '78'^^xsd:integer;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:startTimeOfDay '21.25'^^xsd:double;
  dwc:endTimeOfDay '22.25'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:observedWeight '44.3'^^xsd:double;
  dwc:aphiaid '126603'^^xsd:integer;
  dwc:aphiaIdAccepted '126603'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29769'^^xsd:integer;
  dwc:scientificName 'Notoscopelus caudispinosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '78'^^xsd:integer;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:startTimeOfDay '21.25'^^xsd:double;
  dwc:endTimeOfDay '22.25'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:observedWeight '3.42'^^xsd:double;
  dwc:aphiaid '158914'^^xsd:integer;
  dwc:aphiaIdAccepted '158914'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29768'^^xsd:integer;
  dwc:scientificName 'Lampadena chavesi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '78'^^xsd:integer;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:startTimeOfDay '21.25'^^xsd:double;
  dwc:endTimeOfDay '22.25'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:observedWeight '8.05'^^xsd:double;
  dwc:aphiaid '126607'^^xsd:integer;
  dwc:aphiaIdAccepted '126607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "37.05"^^xsd:decimal ;
  dwc:decimalLongitude "-14.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "3000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (37.05 -14.2)"^^geo:wktLiteral ;
  geo-pos:lat "37.05"^^xsd:decimal ;
  geo-pos:long "-14.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "78" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29765'^^xsd:integer;
  dwc:scientificName 'Ceratoscopelus maderensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '78'^^xsd:integer;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:startTimeOfDay '21.25'^^xsd:double;
  dwc:endTimeOfDay '22.25'^^xsd:double;
  dwc:longitude '-14.2'^^xsd:double;
  dwc:latitude '37.05'^^xsd:double;
  dwc:coordinatePrecision '3000'^^xsd:integer;
  dwc:observedWeight '1.78'^^xsd:double;
  dwc:aphiaid '126585'^^xsd:integer;
  dwc:aphiaIdAccepted '126585'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "530-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13093'^^xsd:integer;
  dwc:scientificName 'Bathyarca pectunculoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '530-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '6.72'^^xsd:double;
  dwc:startTimeOfDay '6.72'^^xsd:double;
  dwc:endTimeOfDay '7.3'^^xsd:double;
  dwc:longitude '-14.19'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks 'represents 22 valves'^^xsd:string;
  dwc:aphiaid '138799'^^xsd:integer;
  dwc:aphiaIdAccepted '138799'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "530-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13110'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '530-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '6.72'^^xsd:double;
  dwc:startTimeOfDay '6.72'^^xsd:double;
  dwc:endTimeOfDay '7.3'^^xsd:double;
  dwc:longitude '-14.19'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks '4 valves collected'^^xsd:string;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "530-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13528'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '530-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '6.72'^^xsd:double;
  dwc:startTimeOfDay '6.72'^^xsd:double;
  dwc:endTimeOfDay '7.3'^^xsd:double;
  dwc:longitude '-14.19'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks '3 empty shells and 1 pedal valve collected'^^xsd:string;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "530-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13058'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '530-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '6.72'^^xsd:double;
  dwc:startTimeOfDay '6.72'^^xsd:double;
  dwc:endTimeOfDay '7.3'^^xsd:double;
  dwc:longitude '-14.19'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 5 valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-14.19"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1050"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -14.19)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-14.19"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "530-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13457'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '530-1'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '6.72'^^xsd:double;
  dwc:startTimeOfDay '6.72'^^xsd:double;
  dwc:endTimeOfDay '7.3'^^xsd:double;
  dwc:longitude '-14.19'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1050'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:occurrenceRemarks '31 empty shells, 8 pedal valves and 8 brachial valves  collected'^^xsd:string;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "820"^^xsd:integer ;
  dwc:maximumDepthInMeters "1755"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "525, Submers.# 104/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13131'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '525, Submers.# 104/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.188333333'^^xsd:double;
  dwc:endLongitude '-14.215'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.583333333'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '820'^^xsd:integer;
  dwc:maximumDepth '1755'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "820"^^xsd:integer ;
  dwc:maximumDepthInMeters "1755"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "525, Submers.# 104/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13224'^^xsd:integer;
  dwc:scientificName 'Altiverruca longicarinata'^^xsd:string;
  dwc:fieldNumber '525, Submers.# 104/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.188333333'^^xsd:double;
  dwc:endLongitude '-14.215'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.583333333'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '820'^^xsd:integer;
  dwc:maximumDepth '1755'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 2-3 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '182955'^^xsd:integer;
  dwc:aphiaIdAccepted '182955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "820"^^xsd:integer ;
  dwc:maximumDepthInMeters "1755"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "525, Submers.# 104/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13246'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '525, Submers.# 104/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.188333333'^^xsd:double;
  dwc:endLongitude '-14.215'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.583333333'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '820'^^xsd:integer;
  dwc:maximumDepth '1755'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 2-3 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "820"^^xsd:integer ;
  dwc:maximumDepthInMeters "1755"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "525, Submers.# 104/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13519'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '525, Submers.# 104/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.188333333'^^xsd:double;
  dwc:endLongitude '-14.215'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.583333333'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '820'^^xsd:integer;
  dwc:maximumDepth '1755'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 2 and #3 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "820"^^xsd:integer ;
  dwc:maximumDepthInMeters "1755"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "525, Submers.# 104/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13107'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '525, Submers.# 104/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.188333333'^^xsd:double;
  dwc:endLongitude '-14.215'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:startLatitude '36.583333333'^^xsd:double;
  dwc:endLatitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '820'^^xsd:integer;
  dwc:maximumDepth '1755'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13108'^^xsd:integer;
  dwc:scientificName 'Asperarca nodulosa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '138791'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13132'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13225'^^xsd:integer;
  dwc:scientificName 'Altiverruca longicarinata'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '182955'^^xsd:integer;
  dwc:aphiaIdAccepted '182955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13455'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 3 or # 5 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13456'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 9 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13520'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 7 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.59"^^xsd:decimal ;
  dwc:decimalLongitude "-14.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "920"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.59 -14.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.59"^^xsd:decimal ;
  geo-pos:long "-14.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "526, Submers. # 108/28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13527'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '526, Submers. # 108/28'^^xsd:string;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-14.18'^^xsd:double;
  dwc:startLongitude '-14.186666667'^^xsd:double;
  dwc:endLongitude '-14.205'^^xsd:double;
  dwc:latitude '36.59'^^xsd:double;
  dwc:startLatitude '36.595'^^xsd:double;
  dwc:endLatitude '36.605'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '920'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Represents sample # 9 collected during submersible dive'^^xsd:string;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.11)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9800'^^xsd:integer;
  dwc:scientificName 'Paracyathus arcuatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.11'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135162'^^xsd:integer;
  dwc:aphiaIdAccepted '135162'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.11)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.76"^^xsd:decimal ;
  dwc:decimalLongitude "-14.11"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.76 -14.11)"^^geo:wktLiteral ;
  geo-pos:lat "36.76"^^xsd:decimal ;
  geo-pos:long "-14.11"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9793'^^xsd:integer;
  dwc:scientificName 'Fungiacyathus crispus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14.11'^^xsd:double;
  dwc:latitude '36.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '135203'^^xsd:integer;
  dwc:aphiaIdAccepted '135203'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.79 -14.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.79"^^xsd:decimal ;
  dwc:decimalLongitude "-14.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "366"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.79 -14.03)"^^geo:wktLiteral ;
  geo-pos:lat "36.79"^^xsd:decimal ;
  geo-pos:long "-14.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "7," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12529'^^xsd:integer;
  dwc:scientificName 'Aceste bellidifera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '7,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-14.03'^^xsd:double;
  dwc:latitude '36.79'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '366'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124365'^^xsd:integer;
  dwc:aphiaIdAccepted '124365'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59 -14)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59"^^xsd:decimal ;
  dwc:decimalLongitude "-14"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "455"^^xsd:integer ;
  dwc:maximumDepthInMeters "455"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59 -14)"^^geo:wktLiteral ;
  geo-pos:lat "59"^^xsd:decimal ;
  geo-pos:long "-14"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9944'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-14'^^xsd:integer;
  dwc:startLongitude '-14'^^xsd:integer;
  dwc:endLongitude '-18'^^xsd:integer;
  dwc:latitude '59'^^xsd:integer;
  dwc:startLatitude '59'^^xsd:integer;
  dwc:endLatitude '59.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '455'^^xsd:integer;
  dwc:maximumDepth '455'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.89 -13.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "58.89"^^xsd:decimal ;
  dwc:decimalLongitude "-13.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (58.89 -13.65)"^^geo:wktLiteral ;
  geo-pos:lat "58.89"^^xsd:decimal ;
  geo-pos:long "-13.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9744'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.65'^^xsd:double;
  dwc:startLongitude '-13.65'^^xsd:double;
  dwc:endLongitude '-13.783333333'^^xsd:double;
  dwc:latitude '58.89'^^xsd:double;
  dwc:startLatitude '58.891666667'^^xsd:double;
  dwc:endLatitude '58.9'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.14 -13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.14"^^xsd:decimal ;
  dwc:decimalLongitude "-13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.14 -13.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.14"^^xsd:decimal ;
  geo-pos:long "-13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "25," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12550'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus longispinus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '25,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-13.6'^^xsd:double;
  dwc:latitude '31.14'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '608052'^^xsd:integer;
  dwc:aphiaIdAccepted '608052'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.14 -13.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "31.14"^^xsd:decimal ;
  dwc:decimalLongitude "-13.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (31.14 -13.6)"^^geo:wktLiteral ;
  geo-pos:lat "31.14"^^xsd:decimal ;
  geo-pos:long "-13.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "25," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12910'^^xsd:integer;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '25,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-13.6'^^xsd:double;
  dwc:latitude '31.14'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.42 -13.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.42"^^xsd:decimal ;
  dwc:decimalLongitude "-13.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.42 -13.25)"^^geo:wktLiteral ;
  geo-pos:lat "60.42"^^xsd:decimal ;
  geo-pos:long "-13.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9708'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.25'^^xsd:double;
  dwc:startLongitude '-13.255'^^xsd:double;
  dwc:endLongitude '-13.238333333'^^xsd:double;
  dwc:latitude '60.42'^^xsd:double;
  dwc:startLatitude '60.425'^^xsd:double;
  dwc:endLatitude '60.415'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -13.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-13.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "263"^^xsd:integer ;
  dwc:maximumDepthInMeters "263"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -13.15)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-13.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9729'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.15'^^xsd:double;
  dwc:latitude '60.38'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '263'^^xsd:integer;
  dwc:maximumDepth '263'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.46 -13.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.46"^^xsd:decimal ;
  dwc:decimalLongitude "-13.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1350"^^xsd:integer ;
  dwc:maximumDepthInMeters "1350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.46 -13.15)"^^geo:wktLiteral ;
  geo-pos:lat "60.46"^^xsd:decimal ;
  geo-pos:long "-13.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9724'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.15'^^xsd:double;
  dwc:latitude '60.46'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1350'^^xsd:integer;
  dwc:maximumDepth '1350'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -13.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.09"^^xsd:decimal ;
  dwc:decimalLongitude "-13.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -13.12)"^^geo:wktLiteral ;
  geo-pos:lat "35.09"^^xsd:decimal ;
  geo-pos:long "-13.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24238'^^xsd:integer;
  dwc:scientificName 'Colossendeis macerrima'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP102'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-13.12'^^xsd:double;
  dwc:latitude '35.09'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134666'^^xsd:integer;
  dwc:aphiaIdAccepted '134666'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -13.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.09"^^xsd:decimal ;
  dwc:decimalLongitude "-13.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -13.12)"^^geo:wktLiteral ;
  geo-pos:lat "35.09"^^xsd:decimal ;
  geo-pos:long "-13.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24250'^^xsd:integer;
  dwc:scientificName 'Pallenopsis tritonis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP102'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-13.12'^^xsd:double;
  dwc:latitude '35.09'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134739'^^xsd:integer;
  dwc:aphiaIdAccepted '240295'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -13.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.09"^^xsd:decimal ;
  dwc:decimalLongitude "-13.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -13.12)"^^geo:wktLiteral ;
  geo-pos:lat "35.09"^^xsd:decimal ;
  geo-pos:long "-13.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24237'^^xsd:integer;
  dwc:scientificName 'Colossendeis colosse'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP102'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-13.12'^^xsd:double;
  dwc:latitude '35.09'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '134663'^^xsd:integer;
  dwc:aphiaIdAccepted '134663'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -13.08)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.38"^^xsd:decimal ;
  dwc:decimalLongitude "-13.08"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.38 -13.08)"^^geo:wktLiteral ;
  geo-pos:lat "60.38"^^xsd:decimal ;
  geo-pos:long "-13.08"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9725'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.08'^^xsd:double;
  dwc:latitude '60.38'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "360"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10036'^^xsd:integer;
  dwc:scientificName 'Paracyathus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.06'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '360'^^xsd:integer;
  dwc:aphiaid '135163'^^xsd:integer;
  dwc:aphiaIdAccepted '135163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "345"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10799'^^xsd:integer;
  dwc:scientificName 'Gorgonacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.06'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '345'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '1366'^^xsd:integer;
  dwc:aphiaIdAccepted '1341'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "345"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10800'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.06'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '345'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "345"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10801'^^xsd:integer;
  dwc:scientificName 'Antipatharia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.06'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '345'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:aphiaid '22549'^^xsd:integer;
  dwc:aphiaIdAccepted '22549'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -13.06)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "17(3)" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13594'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '17(3)'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-13.06'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.36 -13.06)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.36"^^xsd:decimal ;
  dwc:decimalLongitude "-13.06"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.36 -13.06)"^^geo:wktLiteral ;
  geo-pos:lat "60.36"^^xsd:decimal ;
  geo-pos:long "-13.06"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9719'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.06'^^xsd:double;
  dwc:latitude '60.36'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -13.03)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.43"^^xsd:decimal ;
  dwc:decimalLongitude "-13.03"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10"^^xsd:integer ;
  dwc:maximumDepthInMeters "10"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -13.03)"^^geo:wktLiteral ;
  geo-pos:lat "60.43"^^xsd:decimal ;
  geo-pos:long "-13.03"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9726'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13.03'^^xsd:double;
  dwc:latitude '60.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '10'^^xsd:integer;
  dwc:maximumDepth '10'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "12000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60 -13)"^^geo:wktLiteral ;
  geo-pos:lat "60"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "12000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9741'^^xsd:integer;
  dwc:scientificName 'Poraniomorpha borealis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '60'^^xsd:integer;
  dwc:coordinatePrecision '12000'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks '[1742] notes that the species is often associated with Lophelia'^^xsd:string;
  dwc:aphiaid '125168'^^xsd:integer;
  dwc:aphiaIdAccepted '125168'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -13)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9715'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '60.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.68 -13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.68"^^xsd:decimal ;
  dwc:decimalLongitude "-13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "480"^^xsd:integer ;
  dwc:maximumDepthInMeters "480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.68 -13)"^^geo:wktLiteral ;
  geo-pos:lat "60.68"^^xsd:decimal ;
  geo-pos:long "-13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9737'^^xsd:integer;
  dwc:scientificName 'Madrepora oculata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-13'^^xsd:integer;
  dwc:latitude '60.68'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '480'^^xsd:integer;
  dwc:maximumDepth '480'^^xsd:integer;
  dwc:aphiaid '135209'^^xsd:integer;
  dwc:aphiaIdAccepted '135209'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 -12.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.35"^^xsd:decimal ;
  dwc:decimalLongitude "-12.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "570"^^xsd:integer ;
  dwc:maximumDepthInMeters "580"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 -12.98)"^^geo:wktLiteral ;
  geo-pos:lat "60.35"^^xsd:decimal ;
  geo-pos:long "-12.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9714'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.98'^^xsd:double;
  dwc:latitude '60.35'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '570'^^xsd:integer;
  dwc:maximumDepth '580'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08"^^xsd:decimal ;
  dwc:decimalLongitude "-12.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2717"^^xsd:integer ;
  dwc:maximumDepthInMeters "2717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.96)"^^geo:wktLiteral ;
  geo-pos:lat "35.08"^^xsd:decimal ;
  geo-pos:long "-12.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10038'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.96'^^xsd:double;
  dwc:latitude '35.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '2717'^^xsd:integer;
  dwc:maximumDepth '2717'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08"^^xsd:decimal ;
  dwc:decimalLongitude "-12.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "2717"^^xsd:integer ;
  dwc:maximumDepthInMeters "2717"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.96)"^^geo:wktLiteral ;
  geo-pos:lat "35.08"^^xsd:decimal ;
  geo-pos:long "-12.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10037'^^xsd:integer;
  dwc:scientificName 'Stenocyathus vermiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.96'^^xsd:double;
  dwc:latitude '35.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '2717'^^xsd:integer;
  dwc:maximumDepth '2717'^^xsd:integer;
  dwc:aphiaid '135208'^^xsd:integer;
  dwc:aphiaIdAccepted '135208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.36 -12.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.36"^^xsd:decimal ;
  dwc:decimalLongitude "-12.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "585"^^xsd:integer ;
  dwc:maximumDepthInMeters "615"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.36 -12.96)"^^geo:wktLiteral ;
  geo-pos:lat "60.36"^^xsd:decimal ;
  geo-pos:long "-12.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9713'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.96'^^xsd:double;
  dwc:latitude '60.36'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '585'^^xsd:integer;
  dwc:maximumDepth '615'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -12.96)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.45"^^xsd:decimal ;
  dwc:decimalLongitude "-12.96"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.45 -12.96)"^^geo:wktLiteral ;
  geo-pos:lat "60.45"^^xsd:decimal ;
  geo-pos:long "-12.96"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9720'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.96'^^xsd:double;
  dwc:latitude '60.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.95)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.95"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.95)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.95"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10035'^^xsd:integer;
  dwc:scientificName 'Caryophyllia cyathus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.95'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135138'^^xsd:integer;
  dwc:aphiaIdAccepted '135138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 -12.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.35"^^xsd:decimal ;
  dwc:decimalLongitude "-12.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "555"^^xsd:integer ;
  dwc:maximumDepthInMeters "585"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 -12.93)"^^geo:wktLiteral ;
  geo-pos:lat "60.35"^^xsd:decimal ;
  geo-pos:long "-12.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9710'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.93'^^xsd:double;
  dwc:latitude '60.35'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '555'^^xsd:integer;
  dwc:maximumDepth '585'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.4"^^xsd:decimal ;
  dwc:decimalLongitude "-12.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.4 -12.93)"^^geo:wktLiteral ;
  geo-pos:lat "60.4"^^xsd:decimal ;
  geo-pos:long "-12.93"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9716'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.93'^^xsd:double;
  dwc:latitude '60.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10031'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24049'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24220'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24221'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '474'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24222'^^xsd:integer;
  dwc:scientificName 'Molgula platybranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '18'^^xsd:integer;
  dwc:aphiaid '103794'^^xsd:integer;
  dwc:aphiaIdAccepted '103794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24253'^^xsd:integer;
  dwc:scientificName 'Anoplodactylus arnaudi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '134715'^^xsd:integer;
  dwc:aphiaIdAccepted '134715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24349'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10026'^^xsd:integer;
  dwc:scientificName 'Antennella siliquosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117629'^^xsd:integer;
  dwc:aphiaIdAccepted '117629'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10012'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10023'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE98" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23976'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE98'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10000'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10004'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10005'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10013'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10016'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10017'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10020'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10021'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10027'^^xsd:integer;
  dwc:scientificName 'Antennella siliquosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117629'^^xsd:integer;
  dwc:aphiaIdAccepted '117629'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10028'^^xsd:integer;
  dwc:scientificName 'Antennella siliquosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117629'^^xsd:integer;
  dwc:aphiaIdAccepted '117629'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10029'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria bonnevieae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117671'^^xsd:integer;
  dwc:aphiaIdAccepted '117671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10030'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria bonnevieae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117671'^^xsd:integer;
  dwc:aphiaIdAccepted '117671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10032'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10033'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10001'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10034'^^xsd:integer;
  dwc:scientificName 'Halecium tenellum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10014'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10024'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "490"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10025'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '490'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10003'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "299"^^xsd:integer ;
  dwc:maximumDepthInMeters "312"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10007'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '299'^^xsd:integer;
  dwc:maximumDepth '312'^^xsd:integer;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10008'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10015'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10018'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "299"^^xsd:integer ;
  dwc:maximumDepthInMeters "312"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9999'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '299'^^xsd:integer;
  dwc:maximumDepth '312'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24006'^^xsd:integer;
  dwc:scientificName 'Cymatium corrugatum'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE95'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '141104'^^xsd:integer;
  dwc:aphiaIdAccepted '476518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24048'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE95'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24218'^^xsd:integer;
  dwc:scientificName 'Polycarpa pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE95'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '13'^^xsd:integer;
  dwc:aphiaid '103912'^^xsd:integer;
  dwc:aphiaIdAccepted '103912'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24348'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE95'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "298"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10010'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '298'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.07"^^xsd:decimal ;
  dwc:decimalLongitude "-12.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.07 -12.92)"^^geo:wktLiteral ;
  geo-pos:lat "35.07"^^xsd:decimal ;
  geo-pos:long "-12.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE95" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24219'^^xsd:integer;
  dwc:scientificName 'Molgula platybranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE95'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.92'^^xsd:double;
  dwc:latitude '35.07'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '103794'^^xsd:integer;
  dwc:aphiaIdAccepted '103794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12760'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP99'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12761'^^xsd:integer;
  dwc:scientificName 'Echinus melo'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP100'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124294'^^xsd:integer;
  dwc:aphiaIdAccepted '124294'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12957'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP100'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "457"^^xsd:integer ;
  dwc:maximumDepthInMeters "457"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "59," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14833'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '59,'^^xsd:string;
  dwc:collector 'Sevastopol Experimental-Design Office of Underwate'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '457'^^xsd:integer;
  dwc:maximumDepth '457'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23977'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP100'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), old'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24050'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP99'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24051'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP100'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'live specimen(s)'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24109'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP99'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24418'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP99'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "183"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP99" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24466'^^xsd:integer;
  dwc:scientificName 'Phaneropora incerta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP99'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '183'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:aphiaid '235659'^^xsd:integer;
  dwc:aphiaIdAccepted '594991'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24440'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP100'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24001'^^xsd:integer;
  dwc:scientificName 'Charonia lampas'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP100'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '141101'^^xsd:integer;
  dwc:aphiaIdAccepted '141101'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.08"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3061," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12556'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3061'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.91)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08"^^xsd:decimal ;
  dwc:decimalLongitude "-12.91"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "690"^^xsd:integer ;
  dwc:maximumDepthInMeters "710"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.91)"^^geo:wktLiteral ;
  geo-pos:lat "35.08"^^xsd:decimal ;
  geo-pos:long "-12.91"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "3061," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12800'^^xsd:integer;
  dwc:scientificName 'Neolampas rostellata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '3061'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-12.91'^^xsd:double;
  dwc:latitude '35.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '690'^^xsd:integer;
  dwc:maximumDepth '710'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124254'^^xsd:integer;
  dwc:aphiaIdAccepted '124254'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10002'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10006'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9998'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10009'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.08"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "172"^^xsd:integer ;
  dwc:maximumDepthInMeters "183"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.08 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.08"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW97" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24439'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW97'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.08'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '172'^^xsd:integer;
  dwc:maximumDepth '183'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation from Ampere Seamount, station DW97.  It was given incorrectly in text as Ampere Seamount, station CP97.'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.09"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.09"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10011'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.09"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.09"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10019'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.09"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.09 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "35.09"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10022'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria marocana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '35.09'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:aphiaid '117829'^^xsd:integer;
  dwc:aphiaIdAccepted '117829'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.36 -12.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.36"^^xsd:decimal ;
  dwc:decimalLongitude "-12.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3015"^^xsd:integer ;
  dwc:maximumDepthInMeters "3015"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.36 -12.9)"^^geo:wktLiteral ;
  geo-pos:lat "60.36"^^xsd:decimal ;
  geo-pos:long "-12.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9712'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.9'^^xsd:double;
  dwc:latitude '60.36'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '3015'^^xsd:integer;
  dwc:maximumDepth '3015'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24379'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW92'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.88'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "97"^^xsd:integer ;
  dwc:maximumDepthInMeters "97"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW89" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24437'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW89'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.88'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '97'^^xsd:integer;
  dwc:maximumDepth '97'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24438'^^xsd:integer;
  dwc:scientificName 'Megathiris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW92'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.88'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '104048'^^xsd:integer;
  dwc:aphiaIdAccepted '104048'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24443'^^xsd:integer;
  dwc:scientificName 'Argyrotheca cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW92'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.88'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '104064'^^xsd:integer;
  dwc:aphiaIdAccepted '104064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "146"^^xsd:integer ;
  dwc:maximumDepthInMeters "146"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.88)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW92" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24467'^^xsd:integer;
  dwc:scientificName 'Gwynia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW92'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-12.88'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '146'^^xsd:integer;
  dwc:maximumDepth '146'^^xsd:integer;
  dwc:aphiaid '104044'^^xsd:integer;
  dwc:aphiaIdAccepted '104044'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "16," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12715'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '16,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "15," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12905'^^xsd:integer;
  dwc:scientificName 'Spatangus inermis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '15,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124414'^^xsd:integer;
  dwc:aphiaIdAccepted '738440'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "16," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13000'^^xsd:integer;
  dwc:scientificName 'Trigonocidaris albida'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '16,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124426'^^xsd:integer;
  dwc:aphiaIdAccepted '124426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "15," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13493'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '15,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "16," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13494'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '16,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:occurrenceRemarks '7 empty shells collected'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "15," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14737'^^xsd:integer;
  dwc:scientificName 'Balanophyllia regia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '15,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '135181'^^xsd:integer;
  dwc:aphiaIdAccepted '135181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.06"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.06 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "35.06"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "16," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12945'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '16,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '35.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.31 -12.86)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.31"^^xsd:decimal ;
  dwc:decimalLongitude "-12.86"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.31 -12.86)"^^geo:wktLiteral ;
  geo-pos:lat "60.31"^^xsd:decimal ;
  geo-pos:long "-12.86"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9711'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.86'^^xsd:double;
  dwc:latitude '60.31'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.5 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.5"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.5 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.5"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9723'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.57 -12.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.57"^^xsd:decimal ;
  dwc:decimalLongitude "-12.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "640"^^xsd:integer ;
  dwc:maximumDepthInMeters "655"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.57 -12.81)"^^geo:wktLiteral ;
  geo-pos:lat "60.57"^^xsd:decimal ;
  geo-pos:long "-12.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9727'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.81'^^xsd:double;
  dwc:latitude '60.57'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '640'^^xsd:integer;
  dwc:maximumDepth '655'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.31 -12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.31"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "340"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.31 -12.8)"^^geo:wktLiteral ;
  geo-pos:lat "60.31"^^xsd:decimal ;
  geo-pos:long "-12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9709'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.8'^^xsd:double;
  dwc:latitude '60.31'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '340'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.54 -12.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.54"^^xsd:decimal ;
  dwc:decimalLongitude "-12.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "280"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.54 -12.8)"^^geo:wktLiteral ;
  geo-pos:lat "60.54"^^xsd:decimal ;
  geo-pos:long "-12.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9722'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.8'^^xsd:double;
  dwc:latitude '60.54'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '280'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12554'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12948'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12949'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "940"^^xsd:integer ;
  dwc:maximumDepthInMeters "960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12950'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-3'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '940'^^xsd:integer;
  dwc:maximumDepth '960'^^xsd:integer;
  dwc:individualCount '10'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "940"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12951'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-4'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '940'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "940"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12952'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-5'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '940'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13052'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '4 valves collected'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13053'^^xsd:integer;
  dwc:scientificName 'Limopsis aurita'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 2 valves'^^xsd:string;
  dwc:aphiaid '140252'^^xsd:integer;
  dwc:aphiaIdAccepted '140252'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13186'^^xsd:integer;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:occurrenceRemarks '1 valve collected'^^xsd:string;
  dwc:aphiaid '139453'^^xsd:integer;
  dwc:aphiaIdAccepted '139453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13187'^^xsd:integer;
  dwc:scientificName 'Cuspidaria rostrata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:occurrenceRemarks '4 valves collected'^^xsd:string;
  dwc:aphiaid '139453'^^xsd:integer;
  dwc:aphiaIdAccepted '139453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13551'^^xsd:integer;
  dwc:scientificName 'Paralepas minuta'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '87'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected on the spines of an Echinodermata'^^xsd:string;
  dwc:aphiaid '106170'^^xsd:integer;
  dwc:aphiaIdAccepted '106170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "900"^^xsd:integer ;
  dwc:maximumDepthInMeters "900"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "30-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13552'^^xsd:integer;
  dwc:scientificName 'Paralepas minuta'^^xsd:string;
  dwc:fieldNumber '30-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '900'^^xsd:integer;
  dwc:maximumDepth '900'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected on the spines of an Echinodermata'^^xsd:string;
  dwc:aphiaid '106170'^^xsd:integer;
  dwc:aphiaIdAccepted '106170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "940"^^xsd:integer ;
  dwc:maximumDepthInMeters "960"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "30-3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13553'^^xsd:integer;
  dwc:scientificName 'Paralepas minuta'^^xsd:string;
  dwc:fieldNumber '30-3'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '940'^^xsd:integer;
  dwc:maximumDepth '960'^^xsd:integer;
  dwc:individualCount '32'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected on the spines of an Echinodermata'^^xsd:string;
  dwc:aphiaid '106170'^^xsd:integer;
  dwc:aphiaIdAccepted '106170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "940"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "30-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13554'^^xsd:integer;
  dwc:scientificName 'Paralepas minuta'^^xsd:string;
  dwc:fieldNumber '30-5'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '940'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '64'^^xsd:integer;
  dwc:occurrenceRemarks 'Collected on the spines of an Echinodermata'^^xsd:string;
  dwc:aphiaid '106170'^^xsd:integer;
  dwc:aphiaIdAccepted '106170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14791'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "30-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14797'^^xsd:integer;
  dwc:scientificName 'Cladocora debilis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '30-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '135147'^^xsd:integer;
  dwc:aphiaIdAccepted '135147'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.99"^^xsd:decimal ;
  dwc:decimalLongitude "-12.78"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "980"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.99 -12.78)"^^geo:wktLiteral ;
  geo-pos:lat "29.99"^^xsd:decimal ;
  geo-pos:long "-12.78"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "32-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12954'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '32-1'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.78'^^xsd:double;
  dwc:latitude '29.99'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '980'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "31," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12953'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '31,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '670'^^xsd:integer;
  dwc:individualCount '20'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "31," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14924'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '31,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '670'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "31," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14792'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '31,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '670'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.8"^^xsd:decimal ;
  dwc:decimalLongitude "-12.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "660"^^xsd:integer ;
  dwc:maximumDepthInMeters "670"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.8 -12.77)"^^geo:wktLiteral ;
  geo-pos:lat "29.8"^^xsd:decimal ;
  geo-pos:long "-12.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "31," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12555'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '31,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.77'^^xsd:double;
  dwc:latitude '29.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '660'^^xsd:integer;
  dwc:maximumDepth '670'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -12.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.71"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "980"^^xsd:integer ;
  dwc:maximumDepthInMeters "1230"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -12.76)"^^geo:wktLiteral ;
  geo-pos:lat "29.71"^^xsd:decimal ;
  geo-pos:long "-12.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "32-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12955'^^xsd:integer;
  dwc:scientificName 'Stylocidaris affinis lineata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '32-2'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.76'^^xsd:double;
  dwc:latitude '29.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '980'^^xsd:integer;
  dwc:maximumDepth '1230'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '569908'^^xsd:integer;
  dwc:aphiaIdAccepted '422483'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -12.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.71"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -12.76)"^^geo:wktLiteral ;
  geo-pos:lat "29.71"^^xsd:decimal ;
  geo-pos:long "-12.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "33," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13067'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '33,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.76'^^xsd:double;
  dwc:latitude '29.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -12.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.71"^^xsd:decimal ;
  dwc:decimalLongitude "-12.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "810"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.71 -12.76)"^^geo:wktLiteral ;
  geo-pos:lat "29.71"^^xsd:decimal ;
  geo-pos:long "-12.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "33," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13146'^^xsd:integer;
  dwc:scientificName 'Verticordia acuticostata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '33,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.76'^^xsd:double;
  dwc:latitude '29.71'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '810'^^xsd:integer;
  dwc:occurrenceRemarks '2 valves collected'^^xsd:string;
  dwc:aphiaid '141955'^^xsd:integer;
  dwc:aphiaIdAccepted '403944'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "29.83"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1100"^^xsd:integer ;
  dwc:maximumDepthInMeters "1572"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (29.83 -12.75)"^^geo:wktLiteral ;
  geo-pos:lat "29.83"^^xsd:decimal ;
  geo-pos:long "-12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "34," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12911'^^xsd:integer;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '34,'^^xsd:string;
  dwc:collector 'Moscow State University'^^xsd:string;
  dwc:longitude '-12.75'^^xsd:double;
  dwc:latitude '29.83'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1100'^^xsd:integer;
  dwc:maximumDepth '1572'^^xsd:integer;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.49"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -12.75)"^^geo:wktLiteral ;
  geo-pos:lat "60.49"^^xsd:decimal ;
  geo-pos:long "-12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9718'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.75'^^xsd:double;
  dwc:latitude '60.49'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -12.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-12.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "845"^^xsd:integer ;
  dwc:maximumDepthInMeters "845"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -12.75)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-12.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9728'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.75'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '845'^^xsd:integer;
  dwc:maximumDepth '845'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -12.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.43"^^xsd:decimal ;
  dwc:decimalLongitude "-12.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1475"^^xsd:integer ;
  dwc:maximumDepthInMeters "1475"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -12.73)"^^geo:wktLiteral ;
  geo-pos:lat "60.43"^^xsd:decimal ;
  geo-pos:long "-12.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9702'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.73'^^xsd:double;
  dwc:startLongitude '-12.733333333'^^xsd:double;
  dwc:endLongitude '-12.771666667'^^xsd:double;
  dwc:latitude '60.43'^^xsd:double;
  dwc:startLatitude '60.435'^^xsd:double;
  dwc:endLatitude '60.423333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1475'^^xsd:integer;
  dwc:maximumDepth '1475'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.55 -12.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.55"^^xsd:decimal ;
  dwc:decimalLongitude "-12.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3180"^^xsd:integer ;
  dwc:maximumDepthInMeters "3180"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.55 -12.7)"^^geo:wktLiteral ;
  geo-pos:lat "60.55"^^xsd:decimal ;
  geo-pos:long "-12.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9721'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.7'^^xsd:double;
  dwc:latitude '60.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '3180'^^xsd:integer;
  dwc:maximumDepth '3180'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -12.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.43"^^xsd:decimal ;
  dwc:decimalLongitude "-12.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -12.65)"^^geo:wktLiteral ;
  geo-pos:lat "60.43"^^xsd:decimal ;
  geo-pos:long "-12.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9701'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.65'^^xsd:double;
  dwc:latitude '60.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive. Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.73 -12.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.73"^^xsd:decimal ;
  dwc:decimalLongitude "-12.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "950"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.73 -12.63)"^^geo:wktLiteral ;
  geo-pos:lat "60.73"^^xsd:decimal ;
  geo-pos:long "-12.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9731'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.63'^^xsd:double;
  dwc:latitude '60.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '950'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.73 -12.62)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.73"^^xsd:decimal ;
  dwc:decimalLongitude "-12.62"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1520"^^xsd:integer ;
  dwc:maximumDepthInMeters "1520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.73 -12.62)"^^geo:wktLiteral ;
  geo-pos:lat "60.73"^^xsd:decimal ;
  geo-pos:long "-12.62"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9735'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.62'^^xsd:double;
  dwc:startLongitude '-12.62'^^xsd:double;
  dwc:endLongitude '-12.625'^^xsd:double;
  dwc:latitude '60.73'^^xsd:double;
  dwc:startLatitude '60.735'^^xsd:double;
  dwc:endLatitude '60.728333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1520'^^xsd:integer;
  dwc:maximumDepth '1520'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.53 -12.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.53"^^xsd:decimal ;
  dwc:decimalLongitude "-12.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1660"^^xsd:integer ;
  dwc:maximumDepthInMeters "1735"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.53 -12.61)"^^geo:wktLiteral ;
  geo-pos:lat "60.53"^^xsd:decimal ;
  geo-pos:long "-12.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9717'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.61'^^xsd:double;
  dwc:latitude '60.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1660'^^xsd:integer;
  dwc:maximumDepth '1735'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.46 -12.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.46"^^xsd:decimal ;
  dwc:decimalLongitude "-12.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.46 -12.57)"^^geo:wktLiteral ;
  geo-pos:lat "60.46"^^xsd:decimal ;
  geo-pos:long "-12.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9704'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.57'^^xsd:double;
  dwc:startLongitude '-12.576666667'^^xsd:double;
  dwc:endLongitude '-12.631666667'^^xsd:double;
  dwc:latitude '60.46'^^xsd:double;
  dwc:startLatitude '60.461666667'^^xsd:double;
  dwc:endLatitude '60.413333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.18 -12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.18"^^xsd:decimal ;
  dwc:decimalLongitude "-12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.18 -12.56)"^^geo:wktLiteral ;
  geo-pos:lat "60.18"^^xsd:decimal ;
  geo-pos:long "-12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9730'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.56'^^xsd:double;
  dwc:latitude '60.18'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.46 -12.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.46"^^xsd:decimal ;
  dwc:decimalLongitude "-12.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4096"^^xsd:integer ;
  dwc:maximumDepthInMeters "4096"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.46 -12.56)"^^geo:wktLiteral ;
  geo-pos:lat "60.46"^^xsd:decimal ;
  geo-pos:long "-12.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9700'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.56'^^xsd:double;
  dwc:latitude '60.46'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '4096'^^xsd:integer;
  dwc:maximumDepth '4096'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -12.43)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.56"^^xsd:decimal ;
  dwc:decimalLongitude "-12.43"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "800"^^xsd:integer ;
  dwc:maximumDepthInMeters "1080"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.56 -12.43)"^^geo:wktLiteral ;
  geo-pos:lat "60.56"^^xsd:decimal ;
  geo-pos:long "-12.43"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9703'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.43'^^xsd:double;
  dwc:latitude '60.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '800'^^xsd:integer;
  dwc:maximumDepth '1080'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive. Reported in [1733] as from [1741] and [1736]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -12.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.49"^^xsd:decimal ;
  dwc:decimalLongitude "-12.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -12.37)"^^geo:wktLiteral ;
  geo-pos:lat "60.49"^^xsd:decimal ;
  geo-pos:long "-12.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9739'^^xsd:integer;
  dwc:scientificName 'Porania pulvillus pulvillus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.37'^^xsd:double;
  dwc:latitude '60.49'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '125232'^^xsd:integer;
  dwc:aphiaIdAccepted '125232'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -12.37)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.49"^^xsd:decimal ;
  dwc:decimalLongitude "-12.37"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.49 -12.37)"^^geo:wktLiteral ;
  geo-pos:lat "60.49"^^xsd:decimal ;
  geo-pos:long "-12.37"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9742'^^xsd:integer;
  dwc:scientificName 'Stichastrella ambigua'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.37'^^xsd:double;
  dwc:latitude '60.49'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '123812'^^xsd:integer;
  dwc:aphiaIdAccepted '123812'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "35.05"^^xsd:decimal ;
  dwc:decimalLongitude "-12.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "25"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (35.05 -12.2)"^^geo:wktLiteral ;
  geo-pos:lat "35.05"^^xsd:decimal ;
  geo-pos:long "-12.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10039'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.2'^^xsd:double;
  dwc:latitude '35.05'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '25'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.32 -12.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.32"^^xsd:decimal ;
  dwc:decimalLongitude "-12.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "370"^^xsd:integer ;
  dwc:maximumDepthInMeters "420"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.32 -12.04)"^^geo:wktLiteral ;
  geo-pos:lat "60.32"^^xsd:decimal ;
  geo-pos:long "-12.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9706'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12.04'^^xsd:double;
  dwc:startLongitude '-12.041666667'^^xsd:double;
  dwc:endLongitude '-12.046666667'^^xsd:double;
  dwc:latitude '60.32'^^xsd:double;
  dwc:startLatitude '60.323333333'^^xsd:double;
  dwc:endLatitude '60.328333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '370'^^xsd:integer;
  dwc:maximumDepth '420'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.33 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.33"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.33 -12)"^^geo:wktLiteral ;
  geo-pos:lat "60.33"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9740'^^xsd:integer;
  dwc:scientificName 'Porania stormi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '60.33'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '470'^^xsd:integer;
  dwc:aphiaid '125167'^^xsd:integer;
  dwc:aphiaIdAccepted '125167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.33 -12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.33"^^xsd:decimal ;
  dwc:decimalLongitude "-12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "440"^^xsd:integer ;
  dwc:maximumDepthInMeters "470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.33 -12)"^^geo:wktLiteral ;
  geo-pos:lat "60.33"^^xsd:decimal ;
  geo-pos:long "-12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9738'^^xsd:integer;
  dwc:scientificName 'Chondraster grandis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-12'^^xsd:integer;
  dwc:latitude '60.33'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '440'^^xsd:integer;
  dwc:maximumDepth '470'^^xsd:integer;
  dwc:aphiaid '124105'^^xsd:integer;
  dwc:aphiaIdAccepted '124105'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9963'^^xsd:integer;
  dwc:scientificName 'Cladocarpus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '284078'^^xsd:integer;
  dwc:aphiaIdAccepted '117297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24223'^^xsd:integer;
  dwc:scientificName 'Molgula platybranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '103794'^^xsd:integer;
  dwc:aphiaIdAccepted '103794'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24235'^^xsd:integer;
  dwc:scientificName 'Cilunculus europaeus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '134628'^^xsd:integer;
  dwc:aphiaIdAccepted '134628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24242'^^xsd:integer;
  dwc:scientificName 'Hedgpethia atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '134671'^^xsd:integer;
  dwc:aphiaIdAccepted '134671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24380'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24458'^^xsd:integer;
  dwc:scientificName 'Megerlia echinata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '183262'^^xsd:integer;
  dwc:aphiaIdAccepted '104061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24419'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:occurrenceRemarks 'Observed attached to branched madreporans and quartz grains.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24233'^^xsd:integer;
  dwc:scientificName 'Cilunculus alcicornis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '134626'^^xsd:integer;
  dwc:aphiaIdAccepted '134626'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.84"^^xsd:decimal ;
  dwc:decimalLongitude "-11.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.84 -11.88)"^^geo:wktLiteral ;
  geo-pos:lat "42.84"^^xsd:decimal ;
  geo-pos:long "-11.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24405'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW108'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.88'^^xsd:double;
  dwc:latitude '42.84'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.47 -11.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.47 -11.85)"^^geo:wktLiteral ;
  geo-pos:lat "60.47"^^xsd:decimal ;
  geo-pos:long "-11.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9733'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.85'^^xsd:double;
  dwc:startLongitude '-11.85'^^xsd:double;
  dwc:endLongitude '-11.865'^^xsd:double;
  dwc:latitude '60.47'^^xsd:double;
  dwc:startLatitude '60.476666667'^^xsd:double;
  dwc:endLatitude '60.46'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.48 -11.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.48"^^xsd:decimal ;
  dwc:decimalLongitude "-11.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "688"^^xsd:integer ;
  dwc:maximumDepthInMeters "688"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.48 -11.85)"^^geo:wktLiteral ;
  geo-pos:lat "60.48"^^xsd:decimal ;
  geo-pos:long "-11.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9707'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.85'^^xsd:double;
  dwc:startLongitude '-11.855'^^xsd:double;
  dwc:endLongitude '-11.865'^^xsd:double;
  dwc:latitude '60.48'^^xsd:double;
  dwc:startLatitude '60.481666667'^^xsd:double;
  dwc:endLatitude '60.485'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '688'^^xsd:integer;
  dwc:maximumDepth '688'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24225'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:individualCount '11'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24234'^^xsd:integer;
  dwc:scientificName 'Cilunculus alcicornis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '134626'^^xsd:integer;
  dwc:aphiaIdAccepted '134626'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24236'^^xsd:integer;
  dwc:scientificName 'Cilunculus europaeus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '134628'^^xsd:integer;
  dwc:aphiaIdAccepted '134628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24243'^^xsd:integer;
  dwc:scientificName 'Hedgpethia atlantica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '134671'^^xsd:integer;
  dwc:aphiaIdAccepted '134671'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24247'^^xsd:integer;
  dwc:scientificName 'Pantopipetta armoricana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '134638'^^xsd:integer;
  dwc:aphiaIdAccepted '134638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24254'^^xsd:integer;
  dwc:scientificName 'Anoplodactylus arnaudi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:aphiaid '134715'^^xsd:integer;
  dwc:aphiaIdAccepted '134715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24408'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24421'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24460'^^xsd:integer;
  dwc:scientificName 'Megerlia echinata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '183262'^^xsd:integer;
  dwc:aphiaIdAccepted '104061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24382'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.87"^^xsd:decimal ;
  dwc:decimalLongitude "-11.84"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "57"^^xsd:integer ;
  dwc:maximumDepthInMeters "164"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.87 -11.84)"^^geo:wktLiteral ;
  geo-pos:lat "42.87"^^xsd:decimal ;
  geo-pos:long "-11.84"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24427'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW116'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.84'^^xsd:double;
  dwc:latitude '42.87'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '57'^^xsd:integer;
  dwc:maximumDepth '164'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -11.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.8"^^xsd:decimal ;
  dwc:decimalLongitude "-11.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "53"^^xsd:integer ;
  dwc:maximumDepthInMeters "62"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.8 -11.83)"^^geo:wktLiteral ;
  geo-pos:lat "42.8"^^xsd:decimal ;
  geo-pos:long "-11.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24407'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW115'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.83'^^xsd:double;
  dwc:latitude '42.8'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '53'^^xsd:integer;
  dwc:maximumDepth '62'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 -11.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.2"^^xsd:decimal ;
  dwc:decimalLongitude "-11.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "328"^^xsd:integer ;
  dwc:maximumDepthInMeters "335"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.2 -11.83)"^^geo:wktLiteral ;
  geo-pos:lat "60.2"^^xsd:decimal ;
  geo-pos:long "-11.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9732'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.83'^^xsd:double;
  dwc:latitude '60.2'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '328'^^xsd:integer;
  dwc:maximumDepth '335'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.76 -11.81)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.76"^^xsd:decimal ;
  dwc:decimalLongitude "-11.81"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "49"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.76 -11.81)"^^geo:wktLiteral ;
  geo-pos:lat "42.76"^^xsd:decimal ;
  geo-pos:long "-11.81"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24404'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW107'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.81'^^xsd:double;
  dwc:latitude '42.76'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '49'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.69 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "470"^^xsd:integer ;
  dwc:maximumDepthInMeters "470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.69 -11.8)"^^geo:wktLiteral ;
  geo-pos:lat "42.69"^^xsd:decimal ;
  geo-pos:long "-11.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9961'^^xsd:integer;
  dwc:scientificName 'Halecium sibogae marocanum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:latitude '42.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '470'^^xsd:integer;
  dwc:maximumDepth '470'^^xsd:integer;
  dwc:aphiaid '836339'^^xsd:integer;
  dwc:aphiaIdAccepted '1794860'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.69 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "470"^^xsd:integer ;
  dwc:maximumDepthInMeters "470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.69 -11.8)"^^geo:wktLiteral ;
  geo-pos:lat "42.69"^^xsd:decimal ;
  geo-pos:long "-11.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9962'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:latitude '42.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '470'^^xsd:integer;
  dwc:maximumDepth '470'^^xsd:integer;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "-11.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24403'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW106'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "-11.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24454'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW106'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "-11.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24456'^^xsd:integer;
  dwc:scientificName 'Macandrevia cranium'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW106'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '104062'^^xsd:integer;
  dwc:aphiaIdAccepted '104062'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "48"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.7 -11.8)"^^geo:wktLiteral ;
  geo-pos:lat "42.7"^^xsd:decimal ;
  geo-pos:long "-11.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24457'^^xsd:integer;
  dwc:scientificName 'Megerlia echinata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW106'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.8'^^xsd:double;
  dwc:latitude '42.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '48'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '183262'^^xsd:integer;
  dwc:aphiaIdAccepted '104061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.69 -11.77)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.77"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "675"^^xsd:integer ;
  dwc:maximumDepthInMeters "705"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.69 -11.77)"^^geo:wktLiteral ;
  geo-pos:lat "60.69"^^xsd:decimal ;
  geo-pos:long "-11.77"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9734'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.77'^^xsd:double;
  dwc:startLongitude '-11.775'^^xsd:double;
  dwc:endLongitude '-11.786666667'^^xsd:double;
  dwc:latitude '60.69'^^xsd:double;
  dwc:startLatitude '60.696666667'^^xsd:double;
  dwc:endLatitude '60.698333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '675'^^xsd:integer;
  dwc:maximumDepth '705'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.76)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.76"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.76)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.76"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9906'^^xsd:integer;
  dwc:scientificName 'Desmophyllum dianthus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.76'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135159'^^xsd:integer;
  dwc:aphiaIdAccepted '135159'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "345"^^xsd:integer ;
  dwc:maximumDepthInMeters "540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.71 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.71"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10774'^^xsd:integer;
  dwc:scientificName 'Cnidaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '345'^^xsd:integer;
  dwc:maximumDepth '540'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported as from "Malod et al. 1993"'^^xsd:string;
  dwc:aphiaid '1267'^^xsd:integer;
  dwc:aphiaIdAccepted '1267'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12579'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP117'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9964'^^xsd:integer;
  dwc:scientificName 'Schizotrocha frutescens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24383'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP117'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:occurrenceRemarks 'Specimen attached to a bioclastic substrate.  Author confirmed this observation from Galicia Bank, station CP 117.  It was given incorrectly in text as Galicia Bank, station DW 117.'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24409'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP117'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24422'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP117'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24226'^^xsd:integer;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP117'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.72"^^xsd:decimal ;
  dwc:decimalLongitude "-11.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "168"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.72 -11.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.72"^^xsd:decimal ;
  geo-pos:long "-11.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24461'^^xsd:integer;
  dwc:scientificName 'Megerlia echinata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP117'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.75'^^xsd:double;
  dwc:latitude '42.72'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '168'^^xsd:integer;
  dwc:aphiaid '183262'^^xsd:integer;
  dwc:aphiaIdAccepted '104061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.62 -11.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.62"^^xsd:decimal ;
  dwc:decimalLongitude "-11.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1780"^^xsd:integer ;
  dwc:maximumDepthInMeters "1840"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.62 -11.73)"^^geo:wktLiteral ;
  geo-pos:lat "60.62"^^xsd:decimal ;
  geo-pos:long "-11.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9705'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.73'^^xsd:double;
  dwc:startLongitude '-11.733333333'^^xsd:double;
  dwc:endLongitude '-11.73'^^xsd:double;
  dwc:latitude '60.62'^^xsd:double;
  dwc:startLatitude '60.623333333'^^xsd:double;
  dwc:endLatitude '60.618333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1780'^^xsd:integer;
  dwc:maximumDepth '1840'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.72)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9865'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.72'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.72)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9873'^^xsd:integer;
  dwc:scientificName 'Cladocarpus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.72'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '284078'^^xsd:integer;
  dwc:aphiaIdAccepted '117297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.72)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.72"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.72)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.72"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9856'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.72'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "172"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12577'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP12'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.71'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '172'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "172"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24104'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP12'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.71'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '172'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "172"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24389'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP12'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.71'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '172'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "172"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24449'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP12'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.71'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '172'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.4"^^xsd:decimal ;
  dwc:decimalLongitude "-11.71"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "172"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.4 -11.71)"^^geo:wktLiteral ;
  geo-pos:lat "36.4"^^xsd:decimal ;
  geo-pos:long "-11.71"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP12" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24370'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP12'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.71'^^xsd:double;
  dwc:latitude '36.4'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '172'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.44"^^xsd:decimal ;
  dwc:decimalLongitude "-11.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1099"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  geo-pos:lat "36.44"^^xsd:decimal ;
  geo-pos:long "-11.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9864'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.67'^^xsd:double;
  dwc:latitude '36.44'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '1099'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.44"^^xsd:decimal ;
  dwc:decimalLongitude "-11.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1099"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  geo-pos:lat "36.44"^^xsd:decimal ;
  geo-pos:long "-11.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9871'^^xsd:integer;
  dwc:scientificName 'Halecium sessile'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.67'^^xsd:double;
  dwc:latitude '36.44'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '1099'^^xsd:integer;
  dwc:aphiaid '117605'^^xsd:integer;
  dwc:aphiaIdAccepted '117605'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.44"^^xsd:decimal ;
  dwc:decimalLongitude "-11.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1099"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  geo-pos:lat "36.44"^^xsd:decimal ;
  geo-pos:long "-11.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9872'^^xsd:integer;
  dwc:scientificName 'Cladocarpus elongatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.67'^^xsd:double;
  dwc:latitude '36.44'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '1099'^^xsd:integer;
  dwc:aphiaid '284078'^^xsd:integer;
  dwc:aphiaIdAccepted '117297'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.44"^^xsd:decimal ;
  dwc:decimalLongitude "-11.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1099"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.44 -11.67)"^^geo:wktLiteral ;
  geo-pos:lat "36.44"^^xsd:decimal ;
  geo-pos:long "-11.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9870'^^xsd:integer;
  dwc:scientificName 'Halecium beanii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.67'^^xsd:double;
  dwc:latitude '36.44'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '1099'^^xsd:integer;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43"^^xsd:decimal ;
  dwc:decimalLongitude "-11.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  geo-pos:lat "36.43"^^xsd:decimal ;
  geo-pos:long "-11.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23964'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP11'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.66'^^xsd:double;
  dwc:latitude '36.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), old'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43"^^xsd:decimal ;
  dwc:decimalLongitude "-11.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  geo-pos:lat "36.43"^^xsd:decimal ;
  geo-pos:long "-11.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24103'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP11'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.66'^^xsd:double;
  dwc:latitude '36.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43"^^xsd:decimal ;
  dwc:decimalLongitude "-11.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  geo-pos:lat "36.43"^^xsd:decimal ;
  geo-pos:long "-11.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24388'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP11'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.66'^^xsd:double;
  dwc:latitude '36.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.43"^^xsd:decimal ;
  dwc:decimalLongitude "-11.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "165"^^xsd:integer ;
  dwc:maximumDepthInMeters "210"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.43 -11.66)"^^geo:wktLiteral ;
  geo-pos:lat "36.43"^^xsd:decimal ;
  geo-pos:long "-11.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24448'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP11'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.66'^^xsd:double;
  dwc:latitude '36.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '165'^^xsd:integer;
  dwc:maximumDepth '210'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9859'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9861'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9849'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9853'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24184'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW06'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '26248'^^xsd:integer;
  dwc:scientificName 'Argyrotheca'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW06'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '104047'^^xsd:integer;
  dwc:aphiaIdAccepted '104047'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9862'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9863'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '540'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "59"^^xsd:integer ;
  dwc:maximumDepthInMeters "194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24095'^^xsd:integer;
  dwc:scientificName 'Semicassis undulata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE09'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '59'^^xsd:integer;
  dwc:maximumDepth '194'^^xsd:integer;
  dwc:occurrenceRemarks 'This was given as from sample DW09 in the source, which has coordinates that correspond to DE09 in the sample table provided by the expedition leaders.  Shell fragment specimen(s).'^^xsd:string;
  dwc:aphiaid '591481'^^xsd:integer;
  dwc:aphiaIdAccepted '591481'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "59"^^xsd:integer ;
  dwc:maximumDepthInMeters "194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DE09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24188'^^xsd:integer;
  dwc:scientificName 'Aplidium enigmaticum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DE09'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '59'^^xsd:integer;
  dwc:maximumDepth '194'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103644'^^xsd:integer;
  dwc:aphiaIdAccepted '103644'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "59"^^xsd:integer ;
  dwc:maximumDepthInMeters "194"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24386'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE09'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '59'^^xsd:integer;
  dwc:maximumDepth '194'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "540"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9855'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '540'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12559'^^xsd:integer;
  dwc:scientificName 'Centrostephanus longispinus rubricingulus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW05'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '422797'^^xsd:integer;
  dwc:aphiaIdAccepted '422797'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24181'^^xsd:integer;
  dwc:scientificName 'Ascidia iberica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW05'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103705'^^xsd:integer;
  dwc:aphiaIdAccepted '103705'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24183'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW05'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24182'^^xsd:integer;
  dwc:scientificName 'Eusynstyela beuziti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW05'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '103891'^^xsd:integer;
  dwc:aphiaIdAccepted '103891'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-11.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.63)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-11.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24244'^^xsd:integer;
  dwc:scientificName 'Pantopipetta armoricana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW05'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.63'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '134638'^^xsd:integer;
  dwc:aphiaIdAccepted '134638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24102'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24185'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24186'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 immature specimen'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24187'^^xsd:integer;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24251'^^xsd:integer;
  dwc:scientificName 'Anoplodactylus arnaudi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134715'^^xsd:integer;
  dwc:aphiaIdAccepted '134715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24385'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "42"^^xsd:integer ;
  dwc:maximumDepthInMeters "238"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.61)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '26247'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW08'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.61'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '42'^^xsd:integer;
  dwc:maximumDepth '238'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1560," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12713'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1560'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:startTimeOfDay '18.75'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '425'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1560," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12774'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1560'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:startTimeOfDay '18.75'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '425'^^xsd:integer;
  dwc:occurrenceRemarks '6 bare tests collected'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1560," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13497'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1560'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:startTimeOfDay '18.75'^^xsd:double;
  dwc:endTimeOfDay '18.97'^^xsd:double;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '425'^^xsd:integer;
  dwc:occurrenceRemarks '1 juvenile empty shell collected'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24224'^^xsd:integer;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24255'^^xsd:integer;
  dwc:scientificName 'Anoplodactylus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134592'^^xsd:integer;
  dwc:aphiaIdAccepted '134592'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24381'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24420'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24426'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24455'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24459'^^xsd:integer;
  dwc:scientificName 'Megerlia echinata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '183262'^^xsd:integer;
  dwc:aphiaIdAccepted '104061'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24406'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24246'^^xsd:integer;
  dwc:scientificName 'Pantopipetta armoricana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134638'^^xsd:integer;
  dwc:aphiaIdAccepted '134638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "49"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.66 -11.59)"^^geo:wktLiteral ;
  geo-pos:lat "42.66"^^xsd:decimal ;
  geo-pos:long "-11.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24256'^^xsd:integer;
  dwc:scientificName 'Austrodecus conifer'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW111'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.59'^^xsd:double;
  dwc:latitude '42.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '49'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks '1 holotype and 2 paratypes'^^xsd:string;
  dwc:aphiaid '134637'^^xsd:integer;
  dwc:aphiaIdAccepted '134637'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "62"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23963'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE10'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '62'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), old'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "62"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24089'^^xsd:integer;
  dwc:scientificName 'Semicassis saburon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE10'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '62'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '509237'^^xsd:integer;
  dwc:aphiaIdAccepted '509237'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "62"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24245'^^xsd:integer;
  dwc:scientificName 'Pantopipetta armoricana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE10'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '62'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134638'^^xsd:integer;
  dwc:aphiaIdAccepted '134638'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "62"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24249'^^xsd:integer;
  dwc:scientificName 'Nymphon'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE10'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '62'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '134591'^^xsd:integer;
  dwc:aphiaIdAccepted '134591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "62"^^xsd:integer ;
  dwc:maximumDepthInMeters "62"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.45 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.45"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DE10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24387'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DE10'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.45'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '62'^^xsd:integer;
  dwc:maximumDepth '62'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12912'^^xsd:integer;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW32'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen whole/unbroken'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.58)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.58"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.58)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.58"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW32" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24434'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW32'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.58'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1559-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12712'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1559'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.17'^^xsd:double;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1559-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12773'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1559'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.17'^^xsd:double;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 17 bare test'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1559-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12909'^^xsd:integer;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1559'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.17'^^xsd:double;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "630"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1559-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13496'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1559'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '17.87'^^xsd:double;
  dwc:startTimeOfDay '17.87'^^xsd:double;
  dwc:endTimeOfDay '18.17'^^xsd:double;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '630'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks '3 large empty shell collected'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1561," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13498'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1561'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '3'^^xsd:integer;
  dwc:occurrenceRemarks 'Large individual(s)'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9880'^^xsd:integer;
  dwc:scientificName 'Halecium tenellum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '117606'^^xsd:integer;
  dwc:aphiaIdAccepted '117606'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "314"^^xsd:integer ;
  dwc:maximumDepthInMeters "326"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9881'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '314'^^xsd:integer;
  dwc:maximumDepth '326'^^xsd:integer;
  dwc:aphiaid '117284'^^xsd:integer;
  dwc:aphiaIdAccepted '117284'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12913'^^xsd:integer;
  dwc:scientificName 'Sphaerechinus granularis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW04'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen whole/unbroken'^^xsd:string;
  dwc:aphiaid '124427'^^xsd:integer;
  dwc:aphiaIdAccepted '124427'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24180'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW04'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'white, immature colonies'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24430'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW04'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24441'^^xsd:integer;
  dwc:scientificName 'Argyrotheca cuneata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW04'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '104064'^^xsd:integer;
  dwc:aphiaIdAccepted '104064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.57)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24444'^^xsd:integer;
  dwc:scientificName 'Argyrotheca cistellula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW04'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.57'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '104063'^^xsd:integer;
  dwc:aphiaIdAccepted '104063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.46"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23962'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW07'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.46'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), 1 juv.'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.46"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24384'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW07'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.46'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.46"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "38"^^xsd:integer ;
  dwc:maximumDepthInMeters "48"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.46 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.46"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24468'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW07'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.46'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '38'^^xsd:integer;
  dwc:maximumDepth '48'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9850'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "315"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9854'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '315'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "345"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "96, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24479'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '96, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '345'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "95"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24368'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW33'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '95'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.52"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "95"^^xsd:integer ;
  dwc:maximumDepthInMeters "106"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.52 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.52"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW33" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24435'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW33'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.52'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '95'^^xsd:integer;
  dwc:maximumDepth '106'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.53"^^xsd:decimal ;
  dwc:decimalLongitude "-11.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "36"^^xsd:integer ;
  dwc:maximumDepthInMeters "53"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.53 -11.56)"^^geo:wktLiteral ;
  geo-pos:lat "36.53"^^xsd:decimal ;
  geo-pos:long "-11.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24429'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW03'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.56'^^xsd:double;
  dwc:latitude '36.53'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '36'^^xsd:integer;
  dwc:maximumDepth '53'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1557," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12710'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1557'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.37'^^xsd:double;
  dwc:startTimeOfDay '16.37'^^xsd:double;
  dwc:endTimeOfDay '16.73'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.47"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "200"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.47 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.47"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1557," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12771'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1557'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.37'^^xsd:double;
  dwc:startTimeOfDay '16.37'^^xsd:double;
  dwc:endTimeOfDay '16.73'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.47'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '200'^^xsd:integer;
  dwc:occurrenceRemarks '1 bare test collected'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "95b" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13085'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '95b'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "95a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13087'^^xsd:integer;
  dwc:scientificName 'Arca tetradonta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '95a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:occurrenceRemarks '18 valves collected'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22955'^^xsd:integer;
  dwc:scientificName 'Raja'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '105766'^^xsd:integer;
  dwc:aphiaIdAccepted '105766'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '22980'^^xsd:integer;
  dwc:scientificName 'Macroramphosus scolopax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '8000'^^xsd:integer;
  dwc:aphiaid '127378'^^xsd:integer;
  dwc:aphiaIdAccepted '127378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23005'^^xsd:integer;
  dwc:scientificName 'Capros aper'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:aphiaid '127419'^^xsd:integer;
  dwc:aphiaIdAccepted '127419'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23033'^^xsd:integer;
  dwc:scientificName 'Synchiropus phaeton'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '126798'^^xsd:integer;
  dwc:aphiaIdAccepted '126798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23064'^^xsd:integer;
  dwc:scientificName 'Lepidorhombus boscii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127145'^^xsd:integer;
  dwc:aphiaIdAccepted '127145'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23065'^^xsd:integer;
  dwc:scientificName 'Arnoglossus imperialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '127124'^^xsd:integer;
  dwc:aphiaIdAccepted '127124'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "600"^^xsd:integer ;
  dwc:maximumDepthInMeters "1075"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9882'^^xsd:integer;
  dwc:scientificName 'Madracis pharensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '600'^^xsd:integer;
  dwc:maximumDepth '1075'^^xsd:integer;
  dwc:aphiaid '135212'^^xsd:integer;
  dwc:aphiaIdAccepted '135212'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24476'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24477'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24478'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "95a" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13084'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '95a'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.49"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "210"^^xsd:integer ;
  dwc:maximumDepthInMeters "231"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.49 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.49"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "95, AT" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24475'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '95, AT'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.49'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '210'^^xsd:integer;
  dwc:maximumDepth '231'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12711'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1558'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.97'^^xsd:double;
  dwc:startTimeOfDay '16.97'^^xsd:double;
  dwc:endTimeOfDay '17.25'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12772'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1558'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.97'^^xsd:double;
  dwc:startTimeOfDay '16.97'^^xsd:double;
  dwc:endTimeOfDay '17.25'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:occurrenceRemarks '1 bare test collected'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1558," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14129'^^xsd:integer;
  dwc:scientificName 'Ophiomyces'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1558'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '16.97'^^xsd:double;
  dwc:startTimeOfDay '16.97'^^xsd:double;
  dwc:endTimeOfDay '17.25'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '123600'^^xsd:integer;
  dwc:aphiaIdAccepted '123600'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1158"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1552," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12707'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1552'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12.08'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1158'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1158"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1552," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12770'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1552'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12.08'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1158'^^xsd:integer;
  dwc:occurrenceRemarks '1 bare test collected'^^xsd:string;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.54"^^xsd:decimal ;
  dwc:decimalLongitude "-11.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1158"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.54 -11.55)"^^geo:wktLiteral ;
  geo-pos:lat "36.54"^^xsd:decimal ;
  geo-pos:long "-11.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1552," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13495'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1552'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:startTimeOfDay '11'^^xsd:integer;
  dwc:endTimeOfDay '12.08'^^xsd:double;
  dwc:longitude '-11.55'^^xsd:double;
  dwc:latitude '36.54'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1158'^^xsd:integer;
  dwc:occurrenceRemarks '1 empty shell and a brachial valve collected'^^xsd:string;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "317"^^xsd:integer ;
  dwc:maximumDepthInMeters "325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.54)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9867'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.54'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '317'^^xsd:integer;
  dwc:maximumDepth '325'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "317"^^xsd:integer ;
  dwc:maximumDepthInMeters "325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.54)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9875'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.54'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '317'^^xsd:integer;
  dwc:maximumDepth '325'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "317"^^xsd:integer ;
  dwc:maximumDepthInMeters "325"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.54)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9851'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.54'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '317'^^xsd:integer;
  dwc:maximumDepth '325'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24391'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW16'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.53'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24445'^^xsd:integer;
  dwc:scientificName 'Argyrotheca cistellula'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW16'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.53'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '104063'^^xsd:integer;
  dwc:aphiaIdAccepted '104063'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.51"^^xsd:decimal ;
  dwc:decimalLongitude "-11.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.51 -11.53)"^^geo:wktLiteral ;
  geo-pos:lat "36.51"^^xsd:decimal ;
  geo-pos:long "-11.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW16" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24431'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW16'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.53'^^xsd:double;
  dwc:latitude '36.51'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1554," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12708'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1554'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:startTimeOfDay '13.4'^^xsd:double;
  dwc:endTimeOfDay '13.67'^^xsd:double;
  dwc:longitude '-11.52'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '470'^^xsd:integer;
  dwc:individualCount '4'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.52)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.52"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "460"^^xsd:integer ;
  dwc:maximumDepthInMeters "470"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.52)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.52"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1554," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '14128'^^xsd:integer;
  dwc:scientificName 'Ophiomyces'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1554'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:startTimeOfDay '13.4'^^xsd:double;
  dwc:endTimeOfDay '13.67'^^xsd:double;
  dwc:longitude '-11.52'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '460'^^xsd:integer;
  dwc:maximumDepth '470'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '123600'^^xsd:integer;
  dwc:aphiaIdAccepted '123600'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.51)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9876'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.51'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.51)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9852'^^xsd:integer;
  dwc:scientificName 'Lytocarpia myriophyllum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.51'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '117302'^^xsd:integer;
  dwc:aphiaIdAccepted '117302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "75"^^xsd:integer ;
  dwc:maximumDepthInMeters "75"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.51)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW17" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24432'^^xsd:integer;
  dwc:scientificName 'Megathiris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW17'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.51'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '75'^^xsd:integer;
  dwc:maximumDepth '75'^^xsd:integer;
  dwc:aphiaid '104048'^^xsd:integer;
  dwc:aphiaIdAccepted '104048'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.5"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "360"^^xsd:integer ;
  dwc:maximumDepthInMeters "425"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.5 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.5"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1555," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12709'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1555'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.83'^^xsd:double;
  dwc:startTimeOfDay '13.83'^^xsd:double;
  dwc:endTimeOfDay '14.58'^^xsd:double;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.5'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '360'^^xsd:integer;
  dwc:maximumDepth '425'^^xsd:integer;
  dwc:individualCount '15'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare tests collected'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1750"^^xsd:integer ;
  dwc:maximumDepthInMeters "1760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9868'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1750'^^xsd:integer;
  dwc:maximumDepth '1760'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "206"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24227'^^xsd:integer;
  dwc:scientificName 'Ascorhynchus pudicus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP20'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '206'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '134623'^^xsd:integer;
  dwc:aphiaIdAccepted '134623'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "206"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24392'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP20'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '206'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "166"^^xsd:integer ;
  dwc:maximumDepthInMeters "206"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP20" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24342'^^xsd:integer;
  dwc:scientificName 'Kaiparapelta askewi'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP20'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '166'^^xsd:integer;
  dwc:maximumDepth '206'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '140878'^^xsd:integer;
  dwc:aphiaIdAccepted '140878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1750"^^xsd:integer ;
  dwc:maximumDepthInMeters "1760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9877'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1750'^^xsd:integer;
  dwc:maximumDepth '1760'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.56"^^xsd:decimal ;
  dwc:decimalLongitude "-11.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1750"^^xsd:integer ;
  dwc:maximumDepthInMeters "1760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.56 -11.5)"^^geo:wktLiteral ;
  geo-pos:lat "36.56"^^xsd:decimal ;
  geo-pos:long "-11.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9860'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.5'^^xsd:double;
  dwc:latitude '36.56'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1750'^^xsd:integer;
  dwc:maximumDepth '1760'^^xsd:integer;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-11.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "1140"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-11.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9879'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.49'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '1140'^^xsd:integer;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-11.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-11.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23967'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP28'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.49'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:occurrenceRemarks '1 live specimen and 1 shell specimen'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-11.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-11.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24192'^^xsd:integer;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP28'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.49'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.63"^^xsd:decimal ;
  dwc:decimalLongitude "-11.49"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.63 -11.49)"^^geo:wktLiteral ;
  geo-pos:lat "36.63"^^xsd:decimal ;
  geo-pos:long "-11.49"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP28" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24394'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP28'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.49'^^xsd:double;
  dwc:latitude '36.63'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9866'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9874'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9878'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria bonnevieae simplex'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '842786'^^xsd:integer;
  dwc:aphiaIdAccepted '117671'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9857'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23965'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW15'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24190'^^xsd:integer;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW15'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24390'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW15'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24469'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW15'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24037'^^xsd:integer;
  dwc:scientificName 'Bursa ranelloides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW15'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s), old'^^xsd:string;
  dwc:aphiaid '138942'^^xsd:integer;
  dwc:aphiaIdAccepted '1472449'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.55"^^xsd:decimal ;
  dwc:decimalLongitude "-11.48"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "64"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.55 -11.48)"^^geo:wktLiteral ;
  geo-pos:lat "36.55"^^xsd:decimal ;
  geo-pos:long "-11.48"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW15" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24189'^^xsd:integer;
  dwc:scientificName 'Seriocarpa rhizoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW15'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.48'^^xsd:double;
  dwc:latitude '36.55'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '64'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:individualCount '25'^^xsd:integer;
  dwc:aphiaid '103920'^^xsd:integer;
  dwc:aphiaIdAccepted '103920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "77"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '23966'^^xsd:integer;
  dwc:scientificName 'Ranella olearia'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW21'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '77'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'shell fragment specimen(s)'^^xsd:string;
  dwc:aphiaid '216995'^^xsd:integer;
  dwc:aphiaIdAccepted '141115'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "77"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24105'^^xsd:integer;
  dwc:scientificName 'Fusinus bocagei'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW21'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '77'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'shell specimen(s)'^^xsd:string;
  dwc:aphiaid '139924'^^xsd:integer;
  dwc:aphiaIdAccepted '1746192'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "77"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24371'^^xsd:integer;
  dwc:scientificName 'Novocrania anomala'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW21'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '77'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation from Gorringe ridge, station DW 21.  It was given incorrectly in text as Gorringe ridge, station CP 21.'^^xsd:string;
  dwc:aphiaid '235385'^^xsd:integer;
  dwc:aphiaIdAccepted '235385'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "77"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24393'^^xsd:integer;
  dwc:scientificName 'Stenosarina'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW21'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '77'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '235224'^^xsd:integer;
  dwc:aphiaIdAccepted '235224'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "77"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "DW21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24191'^^xsd:integer;
  dwc:scientificName 'Cnemidocarpa devia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'DW21'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '77'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103868'^^xsd:integer;
  dwc:aphiaIdAccepted '103868'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "77"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "DW21" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24450'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'DW21'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '77'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.58"^^xsd:decimal ;
  dwc:decimalLongitude "-11.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "323"^^xsd:integer ;
  dwc:maximumDepthInMeters "323"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.58 -11.47)"^^geo:wktLiteral ;
  geo-pos:lat "36.58"^^xsd:decimal ;
  geo-pos:long "-11.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9869'^^xsd:integer;
  dwc:scientificName 'Pseudoplumaria sabinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.47'^^xsd:double;
  dwc:latitude '36.58'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '323'^^xsd:integer;
  dwc:maximumDepth '323'^^xsd:integer;
  dwc:aphiaid '117830'^^xsd:integer;
  dwc:aphiaIdAccepted '117830'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -11.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.6"^^xsd:decimal ;
  dwc:decimalLongitude "-11.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1005"^^xsd:integer ;
  dwc:maximumDepthInMeters "1040"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.6 -11.41)"^^geo:wktLiteral ;
  geo-pos:lat "36.6"^^xsd:decimal ;
  geo-pos:long "-11.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1977," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13448'^^xsd:integer;
  dwc:scientificName 'Stenosarina davidsoni'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1977'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '13.58'^^xsd:double;
  dwc:longitude '-11.41'^^xsd:double;
  dwc:latitude '36.6'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1005'^^xsd:integer;
  dwc:maximumDepth '1040'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '235798'^^xsd:integer;
  dwc:aphiaIdAccepted '235798'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "580"^^xsd:integer ;
  dwc:maximumDepthInMeters "625"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9858'^^xsd:integer;
  dwc:scientificName 'Streptocaulus corneliusi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '580'^^xsd:integer;
  dwc:maximumDepth '625'^^xsd:integer;
  dwc:aphiaid '117307'^^xsd:integer;
  dwc:aphiaIdAccepted '117307'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24194'^^xsd:integer;
  dwc:scientificName 'Asajirus indicus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '7'^^xsd:integer;
  dwc:aphiaid '249962'^^xsd:integer;
  dwc:aphiaIdAccepted '249962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24395'^^xsd:integer;
  dwc:scientificName 'Stenosarina crosnieri'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '416179'^^xsd:integer;
  dwc:aphiaIdAccepted '416179'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24423'^^xsd:integer;
  dwc:scientificName 'Eucalathis tuberata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:occurrenceRemarks 'Author confirmed this observation that was given in Appendix A but absent within the text portion of the published reference.'^^xsd:string;
  dwc:aphiaid '183142'^^xsd:integer;
  dwc:aphiaIdAccepted '183142'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24424'^^xsd:integer;
  dwc:scientificName 'Eucalathis ergastica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '183141'^^xsd:integer;
  dwc:aphiaIdAccepted '183141'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24428'^^xsd:integer;
  dwc:scientificName 'Eucalathis'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '182861'^^xsd:integer;
  dwc:aphiaIdAccepted '182861'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24433'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24447'^^xsd:integer;
  dwc:scientificName 'Platidia anomioides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '104066'^^xsd:integer;
  dwc:aphiaIdAccepted '104066'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24451'^^xsd:integer;
  dwc:scientificName 'Dallina septigera'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:aphiaid '104057'^^xsd:integer;
  dwc:aphiaIdAccepted '104057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.73"^^xsd:decimal ;
  dwc:decimalLongitude "-11.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "66"^^xsd:integer ;
  dwc:maximumDepthInMeters "66"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.73 -11.38)"^^geo:wktLiteral ;
  geo-pos:lat "36.73"^^xsd:decimal ;
  geo-pos:long "-11.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "CP30" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24193'^^xsd:integer;
  dwc:scientificName 'Styela charcoti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'CP30'^^xsd:string;
  dwc:collector 'Bouchet, Philippe, Lab. Biologie Des Invertebrates'^^xsd:string;
  dwc:longitude '-11.38'^^xsd:double;
  dwc:latitude '36.73'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '66'^^xsd:integer;
  dwc:maximumDepth '66'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '103928'^^xsd:integer;
  dwc:aphiaIdAccepted '103928'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.34)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.34"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.34)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-11.34"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9903'^^xsd:integer;
  dwc:scientificName 'Stenocyathus nobilis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.34'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9883'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9885'^^xsd:integer;
  dwc:scientificName 'Raja'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '105766'^^xsd:integer;
  dwc:aphiaIdAccepted '105766'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9886'^^xsd:integer;
  dwc:scientificName 'Seriola riviolana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '126818'^^xsd:integer;
  dwc:aphiaIdAccepted '126818'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9887'^^xsd:integer;
  dwc:scientificName 'Seriola dumerili'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '126816'^^xsd:integer;
  dwc:aphiaIdAccepted '126816'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9888'^^xsd:integer;
  dwc:scientificName 'Sarda sarda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127021'^^xsd:integer;
  dwc:aphiaIdAccepted '127021'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9889'^^xsd:integer;
  dwc:scientificName 'Torpedo torpedo'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '271691'^^xsd:integer;
  dwc:aphiaIdAccepted '271691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9890'^^xsd:integer;
  dwc:scientificName 'Torpedo marmorata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '271684'^^xsd:integer;
  dwc:aphiaIdAccepted '271684'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9891'^^xsd:integer;
  dwc:scientificName 'Phycis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '125773'^^xsd:integer;
  dwc:aphiaIdAccepted '125773'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9892'^^xsd:integer;
  dwc:scientificName 'Serranus atricauda'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127040'^^xsd:integer;
  dwc:aphiaIdAccepted '127040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9893'^^xsd:integer;
  dwc:scientificName 'Mobula'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '105756'^^xsd:integer;
  dwc:aphiaIdAccepted '105756'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9895'^^xsd:integer;
  dwc:scientificName 'Peponocyathus folliculus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135216'^^xsd:integer;
  dwc:aphiaIdAccepted '135216'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9896'^^xsd:integer;
  dwc:scientificName 'Paracyathus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135163'^^xsd:integer;
  dwc:aphiaIdAccepted '135163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9898'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "305"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9899'^^xsd:integer;
  dwc:scientificName 'Caryophyllia abyssorum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '305'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135133'^^xsd:integer;
  dwc:aphiaIdAccepted '135133'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9900'^^xsd:integer;
  dwc:scientificName 'Deltocyathus eccentricus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135155'^^xsd:integer;
  dwc:aphiaIdAccepted '135155'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9902'^^xsd:integer;
  dwc:scientificName 'Paracyathus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135163'^^xsd:integer;
  dwc:aphiaIdAccepted '135163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9904'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9907'^^xsd:integer;
  dwc:scientificName 'Flabellum chunii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135196'^^xsd:integer;
  dwc:aphiaIdAccepted '135196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "320"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9909'^^xsd:integer;
  dwc:scientificName 'Stenocyathus vermiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '320'^^xsd:integer;
  dwc:aphiaid '135208'^^xsd:integer;
  dwc:aphiaIdAccepted '135208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9911'^^xsd:integer;
  dwc:scientificName 'Villogorgia bebrycoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '125404'^^xsd:integer;
  dwc:aphiaIdAccepted '125404'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9894'^^xsd:integer;
  dwc:scientificName 'Aphanopus carbo'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '127085'^^xsd:integer;
  dwc:aphiaIdAccepted '127085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "800"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9901'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '800'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.64"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.64 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "36.64"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9910'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '36.64'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -11.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "61.06"^^xsd:decimal ;
  dwc:decimalLongitude "-11.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "420"^^xsd:integer ;
  dwc:maximumDepthInMeters "480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (61.06 -11.3)"^^geo:wktLiteral ;
  geo-pos:lat "61.06"^^xsd:decimal ;
  geo-pos:long "-11.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9698'^^xsd:integer;
  dwc:scientificName 'Desmophyllum dianthus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.3'^^xsd:double;
  dwc:latitude '61.06'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '420'^^xsd:integer;
  dwc:maximumDepth '480'^^xsd:integer;
  dwc:aphiaid '135159'^^xsd:integer;
  dwc:aphiaIdAccepted '135159'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-11.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "94, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24472'^^xsd:integer;
  dwc:scientificName 'Syllis hyalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '94, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.23'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '980'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131436'^^xsd:integer;
  dwc:aphiaIdAccepted '131436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-11.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "94, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24473'^^xsd:integer;
  dwc:scientificName 'Lumbrineris coccinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '94, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.23'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '980'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '130242'^^xsd:integer;
  dwc:aphiaIdAccepted '130242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-11.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "94, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24474'^^xsd:integer;
  dwc:scientificName 'Potamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '94, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.23'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '980'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '155389'^^xsd:integer;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.71"^^xsd:decimal ;
  dwc:decimalLongitude "-11.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "960"^^xsd:integer ;
  dwc:maximumDepthInMeters "980"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.71 -11.23)"^^geo:wktLiteral ;
  geo-pos:lat "36.71"^^xsd:decimal ;
  geo-pos:long "-11.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "94, KD" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '24471'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber '94, KD'^^xsd:string;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.23'^^xsd:double;
  dwc:latitude '36.71'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '960'^^xsd:integer;
  dwc:maximumDepth '980'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.18)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.18"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "140"^^xsd:integer ;
  dwc:maximumDepthInMeters "147"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.18)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.18"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1543," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12706'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1543'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.18'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '140'^^xsd:integer;
  dwc:maximumDepth '147'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 4 bare tests'^^xsd:string;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-11.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "116"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-11.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1967," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13082'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1967'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.16'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '116'^^xsd:integer;
  dwc:occurrenceRemarks '4 valves collected'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-11.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "116"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-11.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1967," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13123'^^xsd:integer;
  dwc:scientificName 'Neopycnodonte cochlear'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1967'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.16'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '116'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '140048'^^xsd:integer;
  dwc:aphiaIdAccepted '140048'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-11.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "116"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-11.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1967," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13140'^^xsd:integer;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1967'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.16'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '116'^^xsd:integer;
  dwc:individualCount '8'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-11.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "116"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-11.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1967," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13141'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1967'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.16'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '116'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.67"^^xsd:decimal ;
  dwc:decimalLongitude "-11.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "116"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.67 -11.16)"^^geo:wktLiteral ;
  geo-pos:lat "36.67"^^xsd:decimal ;
  geo-pos:long "-11.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1967," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13499'^^xsd:integer;
  dwc:scientificName 'Megathiris detruncata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1967'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.16'^^xsd:double;
  dwc:latitude '36.67'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '116'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:aphiaid '104065'^^xsd:integer;
  dwc:aphiaIdAccepted '104065'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10260'^^xsd:integer;
  dwc:scientificName 'Tectura virginea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '153552'^^xsd:integer;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10261'^^xsd:integer;
  dwc:scientificName 'Diodora graeca'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139951'^^xsd:integer;
  dwc:aphiaIdAccepted '139951'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10262'^^xsd:integer;
  dwc:scientificName 'Emarginula tenera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139968'^^xsd:integer;
  dwc:aphiaIdAccepted '139968'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10263'^^xsd:integer;
  dwc:scientificName 'Haliotis tuberculata coccinea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '146456'^^xsd:integer;
  dwc:aphiaIdAccepted '146456'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10264'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10265'^^xsd:integer;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10266'^^xsd:integer;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10267'^^xsd:integer;
  dwc:scientificName 'Bolma rugosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141855'^^xsd:integer;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10269'^^xsd:integer;
  dwc:scientificName 'Similiphora similior'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141725'^^xsd:integer;
  dwc:aphiaIdAccepted '141725'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10270'^^xsd:integer;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10272'^^xsd:integer;
  dwc:scientificName 'Alvania zylensis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141259'^^xsd:integer;
  dwc:aphiaIdAccepted '141259'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10273'^^xsd:integer;
  dwc:scientificName 'Alvania cancellata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141165'^^xsd:integer;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10274'^^xsd:integer;
  dwc:scientificName 'Manzonia crispa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141292'^^xsd:integer;
  dwc:aphiaIdAccepted '141292'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10275'^^xsd:integer;
  dwc:scientificName 'Capulus ungaricus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '138984'^^xsd:integer;
  dwc:aphiaIdAccepted '138984'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10276'^^xsd:integer;
  dwc:scientificName 'Lamellaria latens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '140172'^^xsd:integer;
  dwc:aphiaIdAccepted '140172'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10292'^^xsd:integer;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10293'^^xsd:integer;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10294'^^xsd:integer;
  dwc:scientificName 'Plagiocardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139014'^^xsd:integer;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10295'^^xsd:integer;
  dwc:scientificName 'Hiatella rugosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '140104'^^xsd:integer;
  dwc:aphiaIdAccepted '140104'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10278'^^xsd:integer;
  dwc:scientificName 'Coralliophila brevis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139398'^^xsd:integer;
  dwc:aphiaIdAccepted '139398'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10281'^^xsd:integer;
  dwc:scientificName 'Gibberula'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '137881'^^xsd:integer;
  dwc:aphiaIdAccepted '137881'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10282'^^xsd:integer;
  dwc:scientificName 'Crassopleura maravignae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139659'^^xsd:integer;
  dwc:aphiaIdAccepted '139659'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10283'^^xsd:integer;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10284'^^xsd:integer;
  dwc:scientificName 'Philippia hybrida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '138773'^^xsd:integer;
  dwc:aphiaIdAccepted '138773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10285'^^xsd:integer;
  dwc:scientificName 'Odostomella doliolum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '140974'^^xsd:integer;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10286'^^xsd:integer;
  dwc:scientificName 'Cavolinia inflexa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10287'^^xsd:integer;
  dwc:scientificName 'Hypselodoris picta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139154'^^xsd:integer;
  dwc:aphiaIdAccepted '597522'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10288'^^xsd:integer;
  dwc:scientificName 'Arca tetragona'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '138789'^^xsd:integer;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10289'^^xsd:integer;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "8038," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13083'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '8038'^^xsd:gYear;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "8038," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13086'^^xsd:integer;
  dwc:scientificName 'Arca tetradonta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '8038'^^xsd:gYear;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:occurrenceRemarks '20 valves collected'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10280'^^xsd:integer;
  dwc:scientificName 'Chauvetia mamillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '478535'^^xsd:integer;
  dwc:aphiaIdAccepted '478535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10268'^^xsd:integer;
  dwc:scientificName 'Bittium latreillii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139052'^^xsd:integer;
  dwc:aphiaIdAccepted '139052'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10277'^^xsd:integer;
  dwc:scientificName 'Trivia pulex'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '141746'^^xsd:integer;
  dwc:aphiaIdAccepted '477358'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10290'^^xsd:integer;
  dwc:scientificName 'Trichomusculus semigranatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '146466'^^xsd:integer;
  dwc:aphiaIdAccepted '140453'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "270"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "8038," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13142'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '8038'^^xsd:gYear;
  dwc:collector 'Institute of Hydrobiology and Fishery Science, Uni'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '270'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10271'^^xsd:integer;
  dwc:scientificName 'Epitonium pulchellum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139731'^^xsd:integer;
  dwc:aphiaIdAccepted '139731'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10279'^^xsd:integer;
  dwc:scientificName 'Coralliophila meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "57"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.15)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "DBUA 827-834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10291'^^xsd:integer;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:fieldNumber 'DBUA 827-834'^^xsd:string;
  dwc:longitude '-11.15'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '57'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.12)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-11.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1966," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12705'^^xsd:integer;
  dwc:scientificName 'Echinocyamus pusillus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1966'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.12'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '124273'^^xsd:integer;
  dwc:aphiaIdAccepted '124273'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.12)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.12"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "55"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.12)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-11.12"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1966," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12769'^^xsd:integer;
  dwc:scientificName 'Genocidaris maculata'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1966'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.12'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '55'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '124423'^^xsd:integer;
  dwc:aphiaIdAccepted '124423'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "470"^^xsd:integer ;
  dwc:maximumDepthInMeters "660"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1574," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12648'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1574'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '470'^^xsd:integer;
  dwc:maximumDepth '660'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9669'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9670'^^xsd:integer;
  dwc:scientificName 'Chimaera monstrosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '105824'^^xsd:integer;
  dwc:aphiaIdAccepted '105824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9671'^^xsd:integer;
  dwc:scientificName 'Etmopterus princeps'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '105911'^^xsd:integer;
  dwc:aphiaIdAccepted '105911'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9673'^^xsd:integer;
  dwc:scientificName 'Mora moro'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '126497'^^xsd:integer;
  dwc:aphiaIdAccepted '126497'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9675'^^xsd:integer;
  dwc:scientificName 'Lepidion'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '125768'^^xsd:integer;
  dwc:aphiaIdAccepted '125768'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9676'^^xsd:integer;
  dwc:scientificName 'Aphanopus carbo'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '127085'^^xsd:integer;
  dwc:aphiaIdAccepted '127085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9677'^^xsd:integer;
  dwc:scientificName 'Deania calcea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '105903'^^xsd:integer;
  dwc:aphiaIdAccepted '298167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9678'^^xsd:integer;
  dwc:scientificName 'Phycis phycis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '126502'^^xsd:integer;
  dwc:aphiaIdAccepted '126502'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9679'^^xsd:integer;
  dwc:scientificName 'Molva dipterygia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '154806'^^xsd:integer;
  dwc:aphiaIdAccepted '126459'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9672'^^xsd:integer;
  dwc:scientificName 'Brosme brosme'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '126447'^^xsd:integer;
  dwc:aphiaIdAccepted '126447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "57.45"^^xsd:decimal ;
  dwc:decimalLongitude "-11.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (57.45 -11.1)"^^geo:wktLiteral ;
  geo-pos:lat "57.45"^^xsd:decimal ;
  geo-pos:long "-11.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9674'^^xsd:integer;
  dwc:scientificName 'Galeus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.1'^^xsd:double;
  dwc:latitude '57.45'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '105728'^^xsd:integer;
  dwc:aphiaIdAccepted '105728'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.09)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.09"^^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 "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.09)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-11.09"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9897'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-11.09'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '2480'^^xsd:integer;
  dwc:maximumDepth '2550'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.07)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.66"^^xsd:decimal ;
  dwc:decimalLongitude "-11.07"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "650"^^xsd:integer ;
  dwc:maximumDepthInMeters "760"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.66 -11.07)"^^geo:wktLiteral ;
  geo-pos:lat "36.66"^^xsd:decimal ;
  geo-pos:long "-11.07"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1581," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12649'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1581'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:startTimeOfDay '18'^^xsd:integer;
  dwc:endTimeOfDay '19.62'^^xsd:double;
  dwc:longitude '-11.07'^^xsd:double;
  dwc:latitude '36.66'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '650'^^xsd:integer;
  dwc:maximumDepth '760'^^xsd:integer;
  dwc:individualCount '5'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1570," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12646'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1570'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '9'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1570," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13097'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1570'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '12'^^xsd:integer;
  dwc:occurrenceRemarks 'Lot Size count does not include 1 valve'^^xsd:string;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.69"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.69 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "36.69"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/> ;
  dwc:fieldNumber "1570," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13547'^^xsd:integer;
  dwc:scientificName 'Metaverruca recta'^^xsd:string;
  dwc:fieldNumber '1570'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '36.69'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '106253'^^xsd:integer;
  dwc:aphiaIdAccepted '106253'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1573," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '12647'^^xsd:integer;
  dwc:scientificName 'Echinocyamus grandiporus'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1573'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '1'^^xsd:integer;
  dwc:occurrenceRemarks 'Bare test collected'^^xsd:string;
  dwc:aphiaid '124270'^^xsd:integer;
  dwc:aphiaIdAccepted '124270'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.05)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.7"^^xsd:decimal ;
  dwc:decimalLongitude "-11.05"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "255"^^xsd:integer ;
  dwc:maximumDepthInMeters "270"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.7 -11.05)"^^geo:wktLiteral ;
  geo-pos:lat "36.7"^^xsd:decimal ;
  geo-pos:long "-11.05"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1573," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13098'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1573'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:longitude '-11.05'^^xsd:double;
  dwc:latitude '36.7'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '255'^^xsd:integer;
  dwc:maximumDepth '270'^^xsd:integer;
  dwc:individualCount '6'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -11.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-11.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1580.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "1580.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -11.04)"^^geo:wktLiteral ;
  geo-pos:lat "36.57"^^xsd:decimal ;
  geo-pos:long "-11.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1978," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13079'^^xsd:integer;
  dwc:scientificName 'Limopsis minuta'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1978'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:longitude '-11.04'^^xsd:double;
  dwc:latitude '36.57'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1580.2'^^xsd:double;
  dwc:maximumDepth '1580.2'^^xsd:double;
  dwc:individualCount '2'^^xsd:integer;
  dwc:aphiaid '140255'^^xsd:integer;
  dwc:aphiaIdAccepted '1765892'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -11.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-11.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1580.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "1580.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -11.04)"^^geo:wktLiteral ;
  geo-pos:lat "36.57"^^xsd:decimal ;
  geo-pos:long "-11.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1978," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13133'^^xsd:integer;
  dwc:scientificName 'Spondylus gussonii'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1978'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:longitude '-11.04'^^xsd:double;
  dwc:latitude '36.57'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1580.2'^^xsd:double;
  dwc:maximumDepth '1580.2'^^xsd:double;
  dwc:individualCount '1'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -11.04)"^^geo:wktLiteral ;
  dwc:decimalLatitude "36.57"^^xsd:decimal ;
  dwc:decimalLongitude "-11.04"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1580.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "1580.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "2"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (36.57 -11.04)"^^geo:wktLiteral ;
  geo-pos:lat "36.57"^^xsd:decimal ;
  geo-pos:long "-11.04"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "2"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "S" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/S> ;
  dwc:fieldNumber "1978," ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '13592'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'S'^^xsd:string;
  dwc:fieldNumber '1978'^^xsd:gYear;
  dwc:collector 'P.P. Shirshov Institute of Oceanology, Russian Aca'^^xsd:string;
  dwc:timeOfDay '18.73'^^xsd:double;
  dwc:longitude '-11.04'^^xsd:double;
  dwc:latitude '36.57'^^xsd:double;
  dwc:coordinatePrecision '2'^^xsd:integer;
  dwc:minimumDepth '1580.2'^^xsd:double;
  dwc:maximumDepth '1580.2'^^xsd:double;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.63 -10.98)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.63"^^xsd:decimal ;
  dwc:decimalLongitude "-10.98"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1240"^^xsd:integer ;
  dwc:maximumDepthInMeters "1250"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.63 -10.98)"^^geo:wktLiteral ;
  geo-pos:lat "60.63"^^xsd:decimal ;
  geo-pos:long "-10.98"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9683'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.98'^^xsd:double;
  dwc:startLongitude '-10.981666667'^^xsd:double;
  dwc:endLongitude '-10.895'^^xsd:double;
  dwc:latitude '60.63'^^xsd:double;
  dwc:startLatitude '60.63'^^xsd:double;
  dwc:endLatitude '60.763333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1240'^^xsd:integer;
  dwc:maximumDepth '1250'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.8 -10.8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.8"^^xsd:decimal ;
  dwc:decimalLongitude "-10.8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.8 -10.8)"^^geo:wktLiteral ;
  geo-pos:lat "60.8"^^xsd:decimal ;
  geo-pos:long "-10.8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9680'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.8'^^xsd:double;
  dwc:latitude '60.8'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.84 -10.67)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.84"^^xsd:decimal ;
  dwc:decimalLongitude "-10.67"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "520"^^xsd:integer ;
  dwc:maximumDepthInMeters "700"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.84 -10.67)"^^geo:wktLiteral ;
  geo-pos:lat "60.84"^^xsd:decimal ;
  geo-pos:long "-10.67"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9693'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.67'^^xsd:double;
  dwc:latitude '60.84'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '520'^^xsd:integer;
  dwc:maximumDepth '700'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 -10.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.35"^^xsd:decimal ;
  dwc:decimalLongitude "-10.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.35 -10.55)"^^geo:wktLiteral ;
  geo-pos:lat "60.35"^^xsd:decimal ;
  geo-pos:long "-10.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9692'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.55'^^xsd:double;
  dwc:latitude '60.35'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1736] and [1738]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.68 -10.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.68"^^xsd:decimal ;
  dwc:decimalLongitude "-10.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "280"^^xsd:integer ;
  dwc:maximumDepthInMeters "600"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.68 -10.47)"^^geo:wktLiteral ;
  geo-pos:lat "60.68"^^xsd:decimal ;
  geo-pos:long "-10.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9699'^^xsd:integer;
  dwc:scientificName 'Malacoraja kreffti'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.47'^^xsd:double;
  dwc:latitude '60.68'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '280'^^xsd:integer;
  dwc:maximumDepth '600'^^xsd:integer;
  dwc:aphiaid '105877'^^xsd:integer;
  dwc:aphiaIdAccepted '105877'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -10.46)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.43"^^xsd:decimal ;
  dwc:decimalLongitude "-10.46"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "706"^^xsd:integer ;
  dwc:maximumDepthInMeters "706"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -10.46)"^^geo:wktLiteral ;
  geo-pos:lat "60.43"^^xsd:decimal ;
  geo-pos:long "-10.46"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9691'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.46'^^xsd:double;
  dwc:latitude '60.43'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '706'^^xsd:integer;
  dwc:maximumDepth '706'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1736] and [1738]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.85 -10.41)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.85"^^xsd:decimal ;
  dwc:decimalLongitude "-10.41"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "675"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.85 -10.41)"^^geo:wktLiteral ;
  geo-pos:lat "60.85"^^xsd:decimal ;
  geo-pos:long "-10.41"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9690'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.41'^^xsd:double;
  dwc:latitude '60.85'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '675'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported in [1733] as from [1736] and [1738]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.31 -10.38)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.31"^^xsd:decimal ;
  dwc:decimalLongitude "-10.38"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.31 -10.38)"^^geo:wktLiteral ;
  geo-pos:lat "59.31"^^xsd:decimal ;
  geo-pos:long "-10.38"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10763'^^xsd:integer;
  dwc:scientificName 'Scleractinia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.38'^^xsd:double;
  dwc:latitude '59.31'^^xsd:double;
  dwc:coordinatePrecision '1200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1363'^^xsd:integer;
  dwc:aphiaIdAccepted '1363'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.26 -10.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.26"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "325"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.26 -10.3)"^^geo:wktLiteral ;
  geo-pos:lat "60.26"^^xsd:decimal ;
  geo-pos:long "-10.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9689'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.3'^^xsd:double;
  dwc:latitude '60.26'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '325'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive. Reported in [1733] as from "Zibrowius 1976," [1736], [1740], and [1738]'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.37 -10.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.37"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.37 -10.3)"^^geo:wktLiteral ;
  geo-pos:lat "60.37"^^xsd:decimal ;
  geo-pos:long "-10.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9684'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.3'^^xsd:double;
  dwc:startLongitude '-10.306666667'^^xsd:double;
  dwc:endLongitude '-10.311666667'^^xsd:double;
  dwc:latitude '60.37'^^xsd:double;
  dwc:startLatitude '60.371666667'^^xsd:double;
  dwc:endLatitude '60.373333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -10.3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.89"^^xsd:decimal ;
  dwc:decimalLongitude "-10.3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.89 -10.3)"^^geo:wktLiteral ;
  geo-pos:lat "60.89"^^xsd:decimal ;
  geo-pos:long "-10.3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9687'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.3'^^xsd:double;
  dwc:startLongitude '-10.303333333'^^xsd:double;
  dwc:endLongitude '-10.431666667'^^xsd:double;
  dwc:latitude '60.89'^^xsd:double;
  dwc:startLatitude '60.89'^^xsd:double;
  dwc:endLatitude '60.905'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.03 -10.28)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.03"^^xsd:decimal ;
  dwc:decimalLongitude "-10.28"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "332"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.03 -10.28)"^^geo:wktLiteral ;
  geo-pos:lat "59.03"^^xsd:decimal ;
  geo-pos:long "-10.28"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10762'^^xsd:integer;
  dwc:scientificName 'Scleractinia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.28'^^xsd:double;
  dwc:latitude '59.03'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '332'^^xsd:integer;
  dwc:aphiaid '1363'^^xsd:integer;
  dwc:aphiaIdAccepted '1363'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -10.26)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.86"^^xsd:decimal ;
  dwc:decimalLongitude "-10.26"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "780"^^xsd:integer ;
  dwc:maximumDepthInMeters "1000"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -10.26)"^^geo:wktLiteral ;
  geo-pos:lat "60.86"^^xsd:decimal ;
  geo-pos:long "-10.26"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9686'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.26'^^xsd:double;
  dwc:startLongitude '-10.263333333'^^xsd:double;
  dwc:endLongitude '-10.238333333'^^xsd:double;
  dwc:latitude '60.86'^^xsd:double;
  dwc:startLatitude '60.861666667'^^xsd:double;
  dwc:endLatitude '60.858333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '780'^^xsd:integer;
  dwc:maximumDepth '1000'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -10.23)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.86"^^xsd:decimal ;
  dwc:decimalLongitude "-10.23"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.86 -10.23)"^^geo:wktLiteral ;
  geo-pos:lat "60.86"^^xsd:decimal ;
  geo-pos:long "-10.23"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9688'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.23'^^xsd:double;
  dwc:startLongitude '-10.233333333'^^xsd:double;
  dwc:endLongitude '-10.233333333'^^xsd:double;
  dwc:latitude '60.86'^^xsd:double;
  dwc:startLatitude '60.863333333'^^xsd:double;
  dwc:endLatitude '60.86'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 -10.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.1"^^xsd:decimal ;
  dwc:decimalLongitude "-10.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "322"^^xsd:integer ;
  dwc:maximumDepthInMeters "332"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.1 -10.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.1"^^xsd:decimal ;
  geo-pos:long "-10.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10765'^^xsd:integer;
  dwc:scientificName 'Scleractinia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.16'^^xsd:double;
  dwc:latitude '59.1'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '322'^^xsd:integer;
  dwc:maximumDepth '332'^^xsd:integer;
  dwc:aphiaid '1363'^^xsd:integer;
  dwc:aphiaIdAccepted '1363'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -10.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.2"^^xsd:decimal ;
  dwc:decimalLongitude "-10.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.2 -10.16)"^^geo:wktLiteral ;
  geo-pos:lat "59.2"^^xsd:decimal ;
  geo-pos:long "-10.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10764'^^xsd:integer;
  dwc:scientificName 'Scleractinia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.16'^^xsd:double;
  dwc:latitude '59.2'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '1363'^^xsd:integer;
  dwc:aphiaIdAccepted '1363'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "400"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "59.25"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9825'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '59.25'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '400'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -10.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "59.25"^^xsd:decimal ;
  dwc:decimalLongitude "-10.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "290"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (59.25 -10.15)"^^geo:wktLiteral ;
  geo-pos:lat "59.25"^^xsd:decimal ;
  geo-pos:long "-10.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9743'^^xsd:integer;
  dwc:scientificName 'Aphanopus carbo'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.15'^^xsd:double;
  dwc:latitude '59.25'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '290'^^xsd:integer;
  dwc:aphiaid '127085'^^xsd:integer;
  dwc:aphiaIdAccepted '127085'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -10.13)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.43"^^xsd:decimal ;
  dwc:decimalLongitude "-10.13"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "267"^^xsd:integer ;
  dwc:maximumDepthInMeters "267"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.43 -10.13)"^^geo:wktLiteral ;
  geo-pos:lat "60.43"^^xsd:decimal ;
  geo-pos:long "-10.13"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9694'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.13'^^xsd:double;
  dwc:startLongitude '-10.131666667'^^xsd:double;
  dwc:endLongitude '-10.133333333'^^xsd:double;
  dwc:latitude '60.43'^^xsd:double;
  dwc:startLatitude '60.431666667'^^xsd:double;
  dwc:endLatitude '60.433333333'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '267'^^xsd:integer;
  dwc:maximumDepth '267'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.67 -10.01)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.67"^^xsd:decimal ;
  dwc:decimalLongitude "-10.01"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1060"^^xsd:integer ;
  dwc:maximumDepthInMeters "1100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.67 -10.01)"^^geo:wktLiteral ;
  geo-pos:lat "60.67"^^xsd:decimal ;
  geo-pos:long "-10.01"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9695'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-10.01'^^xsd:double;
  dwc:latitude '60.67'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '1060'^^xsd:integer;
  dwc:maximumDepth '1100'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.87 -9.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.87"^^xsd:decimal ;
  dwc:decimalLongitude "-9.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "295"^^xsd:integer ;
  dwc:maximumDepthInMeters "301"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.87 -9.94)"^^geo:wktLiteral ;
  geo-pos:lat "60.87"^^xsd:decimal ;
  geo-pos:long "-9.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9697'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.94'^^xsd:double;
  dwc:startLongitude '-9.9466666667'^^xsd:double;
  dwc:endLongitude '-9.94'^^xsd:double;
  dwc:latitude '60.87'^^xsd:double;
  dwc:startLatitude '60.876666667'^^xsd:double;
  dwc:endLatitude '60.87'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '295'^^xsd:integer;
  dwc:maximumDepth '301'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.82 -9.88)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.82"^^xsd:decimal ;
  dwc:decimalLongitude "-9.88"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "700"^^xsd:integer ;
  dwc:maximumDepthInMeters "750"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.82 -9.88)"^^geo:wktLiteral ;
  geo-pos:lat "60.82"^^xsd:decimal ;
  geo-pos:long "-9.88"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9696'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.88'^^xsd:double;
  dwc:startLongitude '-9.8883333333'^^xsd:double;
  dwc:endLongitude '-9.8716666667'^^xsd:double;
  dwc:latitude '60.82'^^xsd:double;
  dwc:startLatitude '60.823333333'^^xsd:double;
  dwc:endLatitude '60.82'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '700'^^xsd:integer;
  dwc:maximumDepth '750'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found dead'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.55 -9.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.55"^^xsd:decimal ;
  dwc:decimalLongitude "-9.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "110"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.55 -9.87)"^^geo:wktLiteral ;
  geo-pos:lat "60.55"^^xsd:decimal ;
  geo-pos:long "-9.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9681'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.87'^^xsd:double;
  dwc:startLongitude '-9.875'^^xsd:double;
  dwc:endLongitude '-9.8766666667'^^xsd:double;
  dwc:latitude '60.55'^^xsd:double;
  dwc:startLatitude '60.55'^^xsd:double;
  dwc:endLatitude '60.55'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '110'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -9.83)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.66"^^xsd:decimal ;
  dwc:decimalLongitude "-9.83"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1370"^^xsd:integer ;
  dwc:maximumDepthInMeters "1480"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.66 -9.83)"^^geo:wktLiteral ;
  geo-pos:lat "60.66"^^xsd:decimal ;
  geo-pos:long "-9.83"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9685'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.83'^^xsd:double;
  dwc:startLongitude '-9.8333333333'^^xsd:double;
  dwc:endLongitude '-11'^^xsd:integer;
  dwc:latitude '60.66'^^xsd:double;
  dwc:startLatitude '60.666666667'^^xsd:double;
  dwc:endLatitude '60.916666667'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1370'^^xsd:integer;
  dwc:maximumDepth '1480'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -9.16)"^^geo:wktLiteral ;
  dwc:decimalLatitude "60.58"^^xsd:decimal ;
  dwc:decimalLongitude "-9.16"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "1775"^^xsd:integer ;
  dwc:maximumDepthInMeters "1775"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (60.58 -9.16)"^^geo:wktLiteral ;
  geo-pos:lat "60.58"^^xsd:decimal ;
  geo-pos:long "-9.16"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9682'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-9.16'^^xsd:double;
  dwc:startLongitude '-9.1666666667'^^xsd:double;
  dwc:endLongitude '-10.166666667'^^xsd:double;
  dwc:latitude '60.58'^^xsd:double;
  dwc:startLatitude '60.583333333'^^xsd:double;
  dwc:endLatitude '60.416666667'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '1775'^^xsd:integer;
  dwc:maximumDepth '1775'^^xsd:integer;
  dwc:occurrenceRemarks 'specimen was found alive'^^xsd:string;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.9"^^xsd:decimal ;
  dwc:decimalLongitude "-6.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.9 -6.1)"^^geo:wktLiteral ;
  geo-pos:lat "43.9"^^xsd:decimal ;
  geo-pos:long "-6.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9764'^^xsd:integer;
  dwc:scientificName 'Enallopsammia rostrata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-6.1'^^xsd:double;
  dwc:latitude '43.9'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:aphiaid '135190'^^xsd:integer;
  dwc:aphiaIdAccepted '135190'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -5.51)"^^geo:wktLiteral ;
  dwc:decimalLatitude "43.82"^^xsd:decimal ;
  dwc:decimalLongitude "-5.51"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "680"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (43.82 -5.51)"^^geo:wktLiteral ;
  geo-pos:lat "43.82"^^xsd:decimal ;
  geo-pos:long "-5.51"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9760'^^xsd:integer;
  dwc:scientificName 'Flabellum macendrewi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.51'^^xsd:double;
  dwc:latitude '43.82'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '680'^^xsd:integer;
  dwc:aphiaid '135197'^^xsd:integer;
  dwc:aphiaIdAccepted '135197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9745'^^xsd:integer;
  dwc:scientificName 'Asconema setubalense'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '[1744] reports this observation from the base of the bank'^^xsd:string;
  dwc:aphiaid '134410'^^xsd:integer;
  dwc:aphiaIdAccepted '134410'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9746'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornigera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '[1744] reports high abundance between 400 and 500 meters on the eastern, southern, and southwestern parts of the bank.'^^xsd:string;
  dwc:aphiaid '135185'^^xsd:integer;
  dwc:aphiaIdAccepted '135185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9747'^^xsd:integer;
  dwc:scientificName 'Caryophyllia ambrosia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135135'^^xsd:integer;
  dwc:aphiaIdAccepted '135135'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9748'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9749'^^xsd:integer;
  dwc:scientificName 'Caryophyllia cornuformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '503984'^^xsd:integer;
  dwc:aphiaIdAccepted '135167'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9751'^^xsd:integer;
  dwc:scientificName 'Deltocyathus moseleyi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135157'^^xsd:integer;
  dwc:aphiaIdAccepted '135157'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9762'^^xsd:integer;
  dwc:scientificName 'Dendrophyllia cornucopia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '241319'^^xsd:integer;
  dwc:aphiaIdAccepted '135188'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9763'^^xsd:integer;
  dwc:scientificName 'Balanophyllia thalassae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135182'^^xsd:integer;
  dwc:aphiaIdAccepted '135182'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9765'^^xsd:integer;
  dwc:scientificName 'Terebratulina retusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks '[1744] reports large numbers growing on the adjacent continental shelf'^^xsd:string;
  dwc:aphiaid '104055'^^xsd:integer;
  dwc:aphiaIdAccepted '104055'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9750'^^xsd:integer;
  dwc:scientificName 'Caryophyllia seguenzae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '135143'^^xsd:integer;
  dwc:aphiaIdAccepted '135143'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10766'^^xsd:integer;
  dwc:scientificName 'Hyalonema'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:occurrenceRemarks 'Reported as from "Malod and Vanney, 1980"'^^xsd:string;
  dwc:aphiaid '132096'^^xsd:integer;
  dwc:aphiaIdAccepted '132096'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.08"^^xsd:decimal ;
  dwc:decimalLongitude "-5.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "290"^^xsd:integer ;
  dwc:maximumDepthInMeters "380"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.08 -5.1)"^^geo:wktLiteral ;
  geo-pos:lat "44.08"^^xsd:decimal ;
  geo-pos:long "-5.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9826'^^xsd:integer;
  dwc:scientificName 'Hyalonematidae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5.1'^^xsd:double;
  dwc:latitude '44.08'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '290'^^xsd:integer;
  dwc:maximumDepth '380'^^xsd:integer;
  dwc:aphiaid '131684'^^xsd:integer;
  dwc:aphiaIdAccepted '131684'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13 -5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.13"^^xsd:decimal ;
  dwc:decimalLongitude "-5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "510"^^xsd:integer ;
  dwc:maximumDepthInMeters "520"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.13 -5)"^^geo:wktLiteral ;
  geo-pos:lat "44.13"^^xsd:decimal ;
  geo-pos:long "-5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9759'^^xsd:integer;
  dwc:scientificName 'Flabellum macendrewi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-5'^^xsd:integer;
  dwc:latitude '44.13'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '510'^^xsd:integer;
  dwc:maximumDepth '520'^^xsd:integer;
  dwc:aphiaid '135197'^^xsd:integer;
  dwc:aphiaIdAccepted '135197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.94)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.94"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters "330"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.94)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "-4.94"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9756'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.94'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:maximumDepth '330'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "310"^^xsd:integer ;
  dwc:maximumDepthInMeters "310"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "200"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.07"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "200"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9752'^^xsd:integer;
  dwc:scientificName 'Vaughanella concinna'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:startLongitude '-4.7333333333'^^xsd:double;
  dwc:endLongitude '-6.1083333333'^^xsd:double;
  dwc:latitude '44.07'^^xsd:double;
  dwc:startLatitude '44.075'^^xsd:double;
  dwc:endLatitude '43.903333333'^^xsd:double;
  dwc:coordinatePrecision '200'^^xsd:integer;
  dwc:minimumDepth '310'^^xsd:integer;
  dwc:maximumDepth '310'^^xsd:integer;
  dwc:aphiaid '135177'^^xsd:integer;
  dwc:aphiaIdAccepted '135177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.73)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-4.73"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "300"^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.73)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-4.73"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9758'^^xsd:integer;
  dwc:scientificName 'Flabellum macendrewi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.73'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '300'^^xsd:integer;
  dwc:aphiaid '135197'^^xsd:integer;
  dwc:aphiaIdAccepted '135197'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.11"^^xsd:decimal ;
  dwc:decimalLongitude "-4.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "620"^^xsd:integer ;
  dwc:maximumDepthInMeters "650"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.11 -4.64)"^^geo:wktLiteral ;
  geo-pos:lat "44.11"^^xsd:decimal ;
  geo-pos:long "-4.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9755'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.64'^^xsd:double;
  dwc:latitude '44.11'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '620'^^xsd:integer;
  dwc:maximumDepth '650'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.12"^^xsd:decimal ;
  dwc:decimalLongitude "-4.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "286"^^xsd:integer ;
  dwc:maximumDepthInMeters "297"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.12 -4.6)"^^geo:wktLiteral ;
  geo-pos:lat "44.12"^^xsd:decimal ;
  geo-pos:long "-4.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9754'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.6'^^xsd:double;
  dwc:latitude '44.12'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '286'^^xsd:integer;
  dwc:maximumDepth '297'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -4.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -4.47)"^^geo:wktLiteral ;
  geo-pos:lat "44.07"^^xsd:decimal ;
  geo-pos:long "-4.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9761'^^xsd:integer;
  dwc:scientificName 'Stenocyathus vermiformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.47'^^xsd:double;
  dwc:latitude '44.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135208'^^xsd:integer;
  dwc:aphiaIdAccepted '135208'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -4.47)"^^geo:wktLiteral ;
  dwc:decimalLatitude "44.07"^^xsd:decimal ;
  dwc:decimalLongitude "-4.47"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "20"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (44.07 -4.47)"^^geo:wktLiteral ;
  geo-pos:lat "44.07"^^xsd:decimal ;
  geo-pos:long "-4.47"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "20"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9753'^^xsd:integer;
  dwc:scientificName 'Aulocyathus atlanticus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '-4.47'^^xsd:double;
  dwc:latitude '44.07'^^xsd:double;
  dwc:coordinatePrecision '20'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '135132'^^xsd:integer;
  dwc:aphiaIdAccepted '135132'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10755'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10756'^^xsd:integer;
  dwc:scientificName 'Hydroida'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '152195'^^xsd:integer;
  dwc:aphiaIdAccepted '19494'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10757'^^xsd:integer;
  dwc:scientificName 'Brachyura'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '106673'^^xsd:integer;
  dwc:aphiaIdAccepted '106673'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10758'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks 'bushy form'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10759'^^xsd:integer;
  dwc:scientificName 'Asteroidea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '123080'^^xsd:integer;
  dwc:aphiaIdAccepted '123080'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10760'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10761'^^xsd:integer;
  dwc:scientificName 'Teleost'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '293496'^^xsd:integer;
  dwc:aphiaIdAccepted '293496'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9916'^^xsd:integer;
  dwc:scientificName 'Lophelia pertusa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '135161'^^xsd:integer;
  dwc:aphiaIdAccepted '1245747'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9917'^^xsd:integer;
  dwc:scientificName 'Phakellia ventilabrum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '132511'^^xsd:integer;
  dwc:aphiaIdAccepted '132511'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9918'^^xsd:integer;
  dwc:scientificName 'Isops phlegrei'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '134055'^^xsd:integer;
  dwc:aphiaIdAccepted '254643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9919'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9920'^^xsd:integer;
  dwc:scientificName 'Geodia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '132005'^^xsd:integer;
  dwc:aphiaIdAccepted '132005'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9921'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9922'^^xsd:integer;
  dwc:scientificName 'Paragorgia arborea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '125418'^^xsd:integer;
  dwc:aphiaIdAccepted '125418'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9923'^^xsd:integer;
  dwc:scientificName 'Paramuricea placomus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '125390'^^xsd:integer;
  dwc:aphiaIdAccepted '125390'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9924'^^xsd:integer;
  dwc:scientificName 'Trachymuricea kuekenthali'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9925'^^xsd:integer;
  dwc:scientificName 'Primnoa resedaeformis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '125411'^^xsd:integer;
  dwc:aphiaIdAccepted '125411'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9926'^^xsd:integer;
  dwc:scientificName 'Actinostola callosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '100839'^^xsd:integer;
  dwc:aphiaIdAccepted '100839'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9927'^^xsd:integer;
  dwc:scientificName 'Bolocera tuediae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '100817'^^xsd:integer;
  dwc:aphiaIdAccepted '100817'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9928'^^xsd:integer;
  dwc:scientificName 'Stylasteridae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '22805'^^xsd:integer;
  dwc:aphiaIdAccepted '22805'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9931'^^xsd:integer;
  dwc:scientificName 'Munida sarsi'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '107163'^^xsd:integer;
  dwc:aphiaIdAccepted '107163'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9932'^^xsd:integer;
  dwc:scientificName 'Echiuridae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '110349'^^xsd:integer;
  dwc:aphiaIdAccepted '110349'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9933'^^xsd:integer;
  dwc:scientificName 'Neptunea despecta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '138923'^^xsd:integer;
  dwc:aphiaIdAccepted '138923'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9934'^^xsd:integer;
  dwc:scientificName 'Acesta excavata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '140232'^^xsd:integer;
  dwc:aphiaIdAccepted '140232'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9935'^^xsd:integer;
  dwc:scientificName 'Cidaris cidaris'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '124257'^^xsd:integer;
  dwc:aphiaIdAccepted '124257'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9936'^^xsd:integer;
  dwc:scientificName 'Hathrometra sarsii'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '124221'^^xsd:integer;
  dwc:aphiaIdAccepted '562098'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9937'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '381573'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9939'^^xsd:integer;
  dwc:scientificName 'Pollachius virens'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '126441'^^xsd:integer;
  dwc:aphiaIdAccepted '126441'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9941'^^xsd:integer;
  dwc:scientificName 'Sebastes'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '126175'^^xsd:integer;
  dwc:aphiaIdAccepted '126175'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9942'^^xsd:integer;
  dwc:scientificName 'Chimaera monstrosa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '105824'^^xsd:integer;
  dwc:aphiaIdAccepted '105824'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9943'^^xsd:integer;
  dwc:scientificName 'Gadus morhua'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '126436'^^xsd:integer;
  dwc:aphiaIdAccepted '126436'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9930'^^xsd:integer;
  dwc:scientificName 'Lithodes maja'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '107205'^^xsd:integer;
  dwc:aphiaIdAccepted '107205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9938'^^xsd:integer;
  dwc:scientificName 'Parastichopus tremulus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '124535'^^xsd:integer;
  dwc:aphiaIdAccepted '124535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10754'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:occurrenceRemarks 'Crustose species'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9929'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  dwc:decimalLatitude "64.1"^^xsd:decimal ;
  dwc:decimalLongitude "8"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "320"^^xsd:integer ;
  dwc:maximumDepthInMeters "630"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (64.1 8)"^^geo:wktLiteral ;
  geo-pos:lat "64.1"^^xsd:decimal ;
  geo-pos:long "8"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9940'^^xsd:integer;
  dwc:scientificName 'Brosme brosme'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '8'^^xsd:integer;
  dwc:latitude '64.1'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '320'^^xsd:integer;
  dwc:maximumDepth '630'^^xsd:integer;
  dwc:aphiaid '126447'^^xsd:integer;
  dwc:aphiaIdAccepted '126447'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29301'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29302'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29303'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.12.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29304'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.85.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29305'^^xsd:integer;
  dwc:scientificName 'Laonice cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131128'^^xsd:integer;
  dwc:aphiaIdAccepted '131128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29307'^^xsd:integer;
  dwc:scientificName 'Laonice cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131128'^^xsd:integer;
  dwc:aphiaIdAccepted '131128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29308'^^xsd:integer;
  dwc:scientificName 'Laonice cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131128'^^xsd:integer;
  dwc:aphiaIdAccepted '131128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29309'^^xsd:integer;
  dwc:scientificName 'Cirratulinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29310'^^xsd:integer;
  dwc:scientificName 'Pherusa eruca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155502'^^xsd:integer;
  dwc:aphiaIdAccepted '130114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29311'^^xsd:integer;
  dwc:scientificName 'Pherusa eruca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155502'^^xsd:integer;
  dwc:aphiaIdAccepted '130114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29312'^^xsd:integer;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29313'^^xsd:integer;
  dwc:scientificName 'Sternaspis scutata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131242'^^xsd:integer;
  dwc:aphiaIdAccepted '131242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29327'^^xsd:integer;
  dwc:scientificName 'Amage adspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129770'^^xsd:integer;
  dwc:aphiaIdAccepted '129770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29328'^^xsd:integer;
  dwc:scientificName 'Sabellides octocirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129818'^^xsd:integer;
  dwc:aphiaIdAccepted '332932'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29329'^^xsd:integer;
  dwc:scientificName 'Amphitritinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152271'^^xsd:integer;
  dwc:aphiaIdAccepted '322588'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29330'^^xsd:integer;
  dwc:scientificName 'Amphitrite cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131474'^^xsd:integer;
  dwc:aphiaIdAccepted '131474'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29331'^^xsd:integer;
  dwc:scientificName 'Amphitrite variabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131479'^^xsd:integer;
  dwc:aphiaIdAccepted '131479'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29333'^^xsd:integer;
  dwc:scientificName 'Pysta cretacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131515'^^xsd:integer;
  dwc:aphiaIdAccepted '131515'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29334'^^xsd:integer;
  dwc:scientificName 'Pysta cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29335'^^xsd:integer;
  dwc:scientificName 'Pysta cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29336'^^xsd:integer;
  dwc:scientificName 'Pysta cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29337'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29338'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29339'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29340'^^xsd:integer;
  dwc:scientificName 'Sabellinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154917'^^xsd:integer;
  dwc:aphiaIdAccepted '154917'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29342'^^xsd:integer;
  dwc:scientificName 'Sabellinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154917'^^xsd:integer;
  dwc:aphiaIdAccepted '154917'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29343'^^xsd:integer;
  dwc:scientificName 'Fabricinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154918'^^xsd:integer;
  dwc:aphiaIdAccepted '154918'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29344'^^xsd:integer;
  dwc:scientificName 'Amphiglena mediterranea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130869'^^xsd:integer;
  dwc:aphiaIdAccepted '130869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29345'^^xsd:integer;
  dwc:scientificName 'Branchiomma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129524'^^xsd:integer;
  dwc:aphiaIdAccepted '129524'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29346'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29348'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29349'^^xsd:integer;
  dwc:scientificName 'Hypsicomus phaeotoenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154928'^^xsd:integer;
  dwc:aphiaIdAccepted '130935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29350'^^xsd:integer;
  dwc:scientificName 'Hypsicomus phaeotoenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154928'^^xsd:integer;
  dwc:aphiaIdAccepted '130935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29351'^^xsd:integer;
  dwc:scientificName 'Hypsicomus phaeotoenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154928'^^xsd:integer;
  dwc:aphiaIdAccepted '130935'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29352'^^xsd:integer;
  dwc:scientificName 'Megalomma linaresi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130928'^^xsd:integer;
  dwc:aphiaIdAccepted '130964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29353'^^xsd:integer;
  dwc:scientificName 'Megalomma linaresi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130928'^^xsd:integer;
  dwc:aphiaIdAccepted '130964'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29354'^^xsd:integer;
  dwc:scientificName 'Potamilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129544'^^xsd:integer;
  dwc:aphiaIdAccepted '129544'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29355'^^xsd:integer;
  dwc:scientificName 'Potamilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129544'^^xsd:integer;
  dwc:aphiaIdAccepted '129544'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29356'^^xsd:integer;
  dwc:scientificName 'Potamilla torelli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130956'^^xsd:integer;
  dwc:aphiaIdAccepted '130956'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29357'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29358'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.22.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29359'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29361'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.22.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29362'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29363'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29364'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29365'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29366'^^xsd:integer;
  dwc:scientificName 'Hydroides pseudouncinata pseudouncinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '146438'^^xsd:integer;
  dwc:aphiaIdAccepted '146438'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29367'^^xsd:integer;
  dwc:scientificName 'Hydroides pseudouncinata pseudouncinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '146438'^^xsd:integer;
  dwc:aphiaIdAccepted '146438'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29368'^^xsd:integer;
  dwc:scientificName 'Hydroides pseudouncinata pseudouncinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '146438'^^xsd:integer;
  dwc:aphiaIdAccepted '146438'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29369'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131058'^^xsd:integer;
  dwc:aphiaIdAccepted '131058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29370'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.22.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131058'^^xsd:integer;
  dwc:aphiaIdAccepted '131058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29371'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 15.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131058'^^xsd:integer;
  dwc:aphiaIdAccepted '131058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29372'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 13.79.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131058'^^xsd:integer;
  dwc:aphiaIdAccepted '131058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29373'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 21.21.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131058'^^xsd:integer;
  dwc:aphiaIdAccepted '131058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29374'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131058'^^xsd:integer;
  dwc:aphiaIdAccepted '131058'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29376'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis labiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131059'^^xsd:integer;
  dwc:aphiaIdAccepted '131059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29377'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis labiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131059'^^xsd:integer;
  dwc:aphiaIdAccepted '131059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29378'^^xsd:integer;
  dwc:scientificName 'Janita fimbriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '394259'^^xsd:integer;
  dwc:aphiaIdAccepted '131016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29379'^^xsd:integer;
  dwc:scientificName 'Janita fimbriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '394259'^^xsd:integer;
  dwc:aphiaIdAccepted '131016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29380'^^xsd:integer;
  dwc:scientificName 'Janita fimbriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '394259'^^xsd:integer;
  dwc:aphiaIdAccepted '131016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29382'^^xsd:integer;
  dwc:scientificName 'Spirobranchus lima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131053'^^xsd:integer;
  dwc:aphiaIdAccepted '131053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29383'^^xsd:integer;
  dwc:scientificName 'Spirobranchus lima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131053'^^xsd:integer;
  dwc:aphiaIdAccepted '131053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29384'^^xsd:integer;
  dwc:scientificName 'Spirobranchus lima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131053'^^xsd:integer;
  dwc:aphiaIdAccepted '131053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29042'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29044'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29045'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29047'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.69.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29048'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 30.30.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29050'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29051'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29053'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29054'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29055'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29056'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29057'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 19.05.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29059'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 66.67.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29061'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.34.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29062'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 27.27.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29063'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29064'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29065'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29066'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29067'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29068'^^xsd:integer;
  dwc:scientificName 'Harmothoe areolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130755'^^xsd:integer;
  dwc:aphiaIdAccepted '130755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29069'^^xsd:integer;
  dwc:scientificName 'Harmothoe areolata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130755'^^xsd:integer;
  dwc:aphiaIdAccepted '130755'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29070'^^xsd:integer;
  dwc:scientificName 'Harmothoe fraser-thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130764'^^xsd:integer;
  dwc:aphiaIdAccepted '130764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29072'^^xsd:integer;
  dwc:scientificName 'Harmothoe spinifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130781'^^xsd:integer;
  dwc:aphiaIdAccepted '130781'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29073'^^xsd:integer;
  dwc:scientificName 'Lepidasthenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129495'^^xsd:integer;
  dwc:aphiaIdAccepted '129495'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29074'^^xsd:integer;
  dwc:scientificName 'Lepidasthenia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130796'^^xsd:integer;
  dwc:aphiaIdAccepted '130796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29075'^^xsd:integer;
  dwc:scientificName 'Acoetinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29076'^^xsd:integer;
  dwc:scientificName 'Acoetinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29077'^^xsd:integer;
  dwc:scientificName 'Acoetinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29078'^^xsd:integer;
  dwc:scientificName 'Acoetinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29079'^^xsd:integer;
  dwc:scientificName 'Eupanthalis kimbergi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129735'^^xsd:integer;
  dwc:aphiaIdAccepted '129735'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29080'^^xsd:integer;
  dwc:scientificName 'Eupanthalis kimbergi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129735'^^xsd:integer;
  dwc:aphiaIdAccepted '129735'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29081'^^xsd:integer;
  dwc:scientificName 'Panthalis oerstedi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129737'^^xsd:integer;
  dwc:aphiaIdAccepted '129737'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29082'^^xsd:integer;
  dwc:scientificName 'Sigalioninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29083'^^xsd:integer;
  dwc:scientificName 'Sigalioninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29084'^^xsd:integer;
  dwc:scientificName 'Labioleanira yhleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131067'^^xsd:integer;
  dwc:aphiaIdAccepted '131067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29085'^^xsd:integer;
  dwc:scientificName 'Labioleanira yhleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131067'^^xsd:integer;
  dwc:aphiaIdAccepted '131067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29086'^^xsd:integer;
  dwc:scientificName 'Pholoides dorsipapillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130607'^^xsd:integer;
  dwc:aphiaIdAccepted '130607'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29087'^^xsd:integer;
  dwc:scientificName 'Thalenessa dendrolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334916'^^xsd:integer;
  dwc:aphiaIdAccepted '131064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29089'^^xsd:integer;
  dwc:scientificName 'Thalenessa dendrolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.34.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334916'^^xsd:integer;
  dwc:aphiaIdAccepted '131064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29090'^^xsd:integer;
  dwc:scientificName 'Thalenessa dendrolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.09.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334916'^^xsd:integer;
  dwc:aphiaIdAccepted '131064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29091'^^xsd:integer;
  dwc:scientificName 'Thalenessa dendrolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334916'^^xsd:integer;
  dwc:aphiaIdAccepted '131064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29092'^^xsd:integer;
  dwc:scientificName 'Chrysopetalum debile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129927'^^xsd:integer;
  dwc:aphiaIdAccepted '129927'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29093'^^xsd:integer;
  dwc:scientificName 'Chloeia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129826'^^xsd:integer;
  dwc:aphiaIdAccepted '129826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29094'^^xsd:integer;
  dwc:scientificName 'Chloeia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129826'^^xsd:integer;
  dwc:aphiaIdAccepted '129826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29095'^^xsd:integer;
  dwc:scientificName 'Chloeia venusta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129826'^^xsd:integer;
  dwc:aphiaIdAccepted '129826'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29097'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29098'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29099'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29100'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29102'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29103'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29104'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29105'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29106'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29108'^^xsd:integer;
  dwc:scientificName 'Eulalia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129445'^^xsd:integer;
  dwc:aphiaIdAccepted '129445'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29110'^^xsd:integer;
  dwc:scientificName 'Phyllodoce'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129455'^^xsd:integer;
  dwc:aphiaIdAccepted '129455'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29111'^^xsd:integer;
  dwc:scientificName 'Pirakia punctifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '147104'^^xsd:integer;
  dwc:aphiaIdAccepted '130643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29112'^^xsd:integer;
  dwc:scientificName 'Sige macroceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334798'^^xsd:integer;
  dwc:aphiaIdAccepted '130686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29113'^^xsd:integer;
  dwc:scientificName 'Hesioninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '322547'^^xsd:integer;
  dwc:aphiaIdAccepted '322547'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29114'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29115'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29116'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29118'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29119'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29120'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29121'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 55.56.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29122'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 15.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29123'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 17.24.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29124'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 21.21.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29125'^^xsd:integer;
  dwc:scientificName 'Syllinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 19.05.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152223'^^xsd:integer;
  dwc:aphiaIdAccepted '152223'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29126'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29130'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29131'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29132'^^xsd:integer;
  dwc:scientificName 'Syllis amica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131414'^^xsd:integer;
  dwc:aphiaIdAccepted '131414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29133'^^xsd:integer;
  dwc:scientificName 'Syllis amica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131414'^^xsd:integer;
  dwc:aphiaIdAccepted '131414'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29134'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis zebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131467'^^xsd:integer;
  dwc:aphiaIdAccepted '131467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29135'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis zebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131467'^^xsd:integer;
  dwc:aphiaIdAccepted '131467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29136'^^xsd:integer;
  dwc:scientificName 'Trypanosyllis zebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131467'^^xsd:integer;
  dwc:aphiaIdAccepted '131467'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29137'^^xsd:integer;
  dwc:scientificName 'Syllis krohni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131440'^^xsd:integer;
  dwc:aphiaIdAccepted '238648'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29139'^^xsd:integer;
  dwc:scientificName 'Caratonereis costae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 37.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130370'^^xsd:integer;
  dwc:aphiaIdAccepted '1600548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29140'^^xsd:integer;
  dwc:scientificName 'Caratonereis costae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130370'^^xsd:integer;
  dwc:aphiaIdAccepted '1600548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29141'^^xsd:integer;
  dwc:scientificName 'Caratonereis costae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130370'^^xsd:integer;
  dwc:aphiaIdAccepted '1600548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29142'^^xsd:integer;
  dwc:scientificName 'Caratonereis costae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 44.44.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130370'^^xsd:integer;
  dwc:aphiaIdAccepted '1600548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29143'^^xsd:integer;
  dwc:scientificName 'Caratonereis costae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130370'^^xsd:integer;
  dwc:aphiaIdAccepted '1600548'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29144'^^xsd:integer;
  dwc:scientificName 'Caratonereis hircinicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130371'^^xsd:integer;
  dwc:aphiaIdAccepted '1600564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29145'^^xsd:integer;
  dwc:scientificName 'Caratonereis hircinicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130371'^^xsd:integer;
  dwc:aphiaIdAccepted '1600564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29146'^^xsd:integer;
  dwc:scientificName 'Caratonereis hircinicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130371'^^xsd:integer;
  dwc:aphiaIdAccepted '1600564'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29147'^^xsd:integer;
  dwc:scientificName 'Laeonereis glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '181593'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29148'^^xsd:integer;
  dwc:scientificName 'Laeonereis glauca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '181593'^^xsd:integer;
  dwc:aphiaIdAccepted '130426'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29149'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29151'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.09.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29152'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29153'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29154'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 40.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29155'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.23.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29156'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.43.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29157'^^xsd:integer;
  dwc:scientificName 'Nereis rava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130406'^^xsd:integer;
  dwc:aphiaIdAccepted '130406'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29159'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29160'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 40.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29161'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29162'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29163'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29165'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29166'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29167'^^xsd:integer;
  dwc:scientificName 'Perinereis cultrifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130408'^^xsd:integer;
  dwc:aphiaIdAccepted '130408'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29168'^^xsd:integer;
  dwc:scientificName 'Platynereis dumerilii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130417'^^xsd:integer;
  dwc:aphiaIdAccepted '130417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29169'^^xsd:integer;
  dwc:scientificName 'Platynereis dumerilii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130417'^^xsd:integer;
  dwc:aphiaIdAccepted '130417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29170'^^xsd:integer;
  dwc:scientificName 'Platynereis dumerilii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.34.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130417'^^xsd:integer;
  dwc:aphiaIdAccepted '130417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29172'^^xsd:integer;
  dwc:scientificName 'Inermonephtys inermis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130346'^^xsd:integer;
  dwc:aphiaIdAccepted '130346'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29173'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29174'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29176'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 28.57.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29177'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29178'^^xsd:integer;
  dwc:scientificName 'Nephtys incisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130362'^^xsd:integer;
  dwc:aphiaIdAccepted '130362'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29179'^^xsd:integer;
  dwc:scientificName 'Glycera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129296'^^xsd:integer;
  dwc:aphiaIdAccepted '129296'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29180'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 13.79.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29181'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29182'^^xsd:integer;
  dwc:scientificName 'Glycera capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130118'^^xsd:integer;
  dwc:aphiaIdAccepted '130118'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29183'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29184'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29185'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29186'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29187'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29188'^^xsd:integer;
  dwc:scientificName 'Glycera rouxi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130127'^^xsd:integer;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29189'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29190'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29192'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29193'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29194'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 27.27.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29195'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29196'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29197'^^xsd:integer;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29198'^^xsd:integer;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.06.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29199'^^xsd:integer;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29200'^^xsd:integer;
  dwc:scientificName 'Glycera unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130131'^^xsd:integer;
  dwc:aphiaIdAccepted '130131'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29201'^^xsd:integer;
  dwc:scientificName 'Goniada emerita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130137'^^xsd:integer;
  dwc:aphiaIdAccepted '130137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29202'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129400'^^xsd:integer;
  dwc:aphiaIdAccepted '129400'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29203'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia bilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152256'^^xsd:integer;
  dwc:aphiaIdAccepted '130452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29204'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia bilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152256'^^xsd:integer;
  dwc:aphiaIdAccepted '130452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29206'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia bilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152256'^^xsd:integer;
  dwc:aphiaIdAccepted '130452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29207'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29208'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29209'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 40.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29210'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 30.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29211'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 41.38.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29212'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 54.55.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29213'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29214'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29215'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia tubicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 42.86.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130464'^^xsd:integer;
  dwc:aphiaIdAccepted '130464'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29216'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29218'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29219'^^xsd:integer;
  dwc:scientificName 'Eunice aphroditois'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130053'^^xsd:integer;
  dwc:aphiaIdAccepted '130053'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29220'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29221'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29222'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 60.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29223'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 55.56.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29224'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29225'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.34.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29226'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 24.24.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29227'^^xsd:integer;
  dwc:scientificName 'Eunice harassii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130057'^^xsd:integer;
  dwc:aphiaIdAccepted '742170'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29229'^^xsd:integer;
  dwc:scientificName 'Eunice schizobranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130064'^^xsd:integer;
  dwc:aphiaIdAccepted '130064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29230'^^xsd:integer;
  dwc:scientificName 'Eunice schizobranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130064'^^xsd:integer;
  dwc:aphiaIdAccepted '130064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29231'^^xsd:integer;
  dwc:scientificName 'Eunice schizobranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130064'^^xsd:integer;
  dwc:aphiaIdAccepted '130064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29232'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29233'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29234'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.22.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29235'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29237'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29238'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29239'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 75.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29240'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 62.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29241'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 80.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29243'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 65.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29244'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 51.72.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29245'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 73.73.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29246'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 57.14.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29247'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 28.57.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29248'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 28.57.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29249'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29251'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29252'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 60.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29253'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 66.67.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29254'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 30.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29256'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 30.30.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29257'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 38.10.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29258'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29259'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29260'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29262'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29263'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29264'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29265'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29266'^^xsd:integer;
  dwc:scientificName 'Nematonereis hebes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '329485'^^xsd:integer;
  dwc:aphiaIdAccepted '742228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29268'^^xsd:integer;
  dwc:scientificName 'Nematonereis hebes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '329485'^^xsd:integer;
  dwc:aphiaIdAccepted '742228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29269'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29270'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 50.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29272'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29273'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29274'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 13.79.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29275'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29276'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29277'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 75.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29278'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 87.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29280'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 55.56.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29281'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 30.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29282'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 34.48.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29283'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 36.36.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29284'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 38.10.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29285'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 28.57.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29286'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29288'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29289'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29290'^^xsd:integer;
  dwc:scientificName 'Lumbrineris impatiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '157477'^^xsd:integer;
  dwc:aphiaIdAccepted '1491000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29291'^^xsd:integer;
  dwc:scientificName 'Lumbrineris impatiens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '157477'^^xsd:integer;
  dwc:aphiaIdAccepted '1491000'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29292'^^xsd:integer;
  dwc:scientificName 'Arabella geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129853'^^xsd:integer;
  dwc:aphiaIdAccepted '129853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29293'^^xsd:integer;
  dwc:scientificName 'Arabella geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129853'^^xsd:integer;
  dwc:aphiaIdAccepted '129853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29294'^^xsd:integer;
  dwc:scientificName 'Arabella geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129853'^^xsd:integer;
  dwc:aphiaIdAccepted '129853'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29296'^^xsd:integer;
  dwc:scientificName 'Arabella iricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129854'^^xsd:integer;
  dwc:aphiaIdAccepted '129854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29297'^^xsd:integer;
  dwc:scientificName 'Arabella iricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.34.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129854'^^xsd:integer;
  dwc:aphiaIdAccepted '129854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29298'^^xsd:integer;
  dwc:scientificName 'Arabella iricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129854'^^xsd:integer;
  dwc:aphiaIdAccepted '129854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29299'^^xsd:integer;
  dwc:scientificName 'Arabella iricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129854'^^xsd:integer;
  dwc:aphiaIdAccepted '129854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29300'^^xsd:integer;
  dwc:scientificName 'Dorvillea rubrovittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130008'^^xsd:integer;
  dwc:aphiaIdAccepted '130008'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29314'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.22.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29315'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.34.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29316'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29317'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29318'^^xsd:integer;
  dwc:scientificName 'Dasybranchus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129213'^^xsd:integer;
  dwc:aphiaIdAccepted '129213'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29319'^^xsd:integer;
  dwc:scientificName 'Dasybranchus caducus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 33.33.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129881'^^xsd:integer;
  dwc:aphiaIdAccepted '129881'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29320'^^xsd:integer;
  dwc:scientificName 'Notomastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129220'^^xsd:integer;
  dwc:aphiaIdAccepted '129220'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29321'^^xsd:integer;
  dwc:scientificName 'Notomastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129220'^^xsd:integer;
  dwc:aphiaIdAccepted '129220'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29322'^^xsd:integer;
  dwc:scientificName 'Maldanidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '923'^^xsd:integer;
  dwc:aphiaIdAccepted '923'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29323'^^xsd:integer;
  dwc:scientificName 'Maldanidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '923'^^xsd:integer;
  dwc:aphiaIdAccepted '923'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29324'^^xsd:integer;
  dwc:scientificName 'Lumbriclymeninae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '154919'^^xsd:integer;
  dwc:aphiaIdAccepted '154919'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29325'^^xsd:integer;
  dwc:scientificName 'Petta pusilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130597'^^xsd:integer;
  dwc:aphiaIdAccepted '130597'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29326'^^xsd:integer;
  dwc:scientificName 'Amage adspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129770'^^xsd:integer;
  dwc:aphiaIdAccepted '129770'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29049'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29109'^^xsd:integer;
  dwc:scientificName 'Mysta picta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '147026'^^xsd:integer;
  dwc:aphiaIdAccepted '147026'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29127'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 22.22.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29129'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29171'^^xsd:integer;
  dwc:scientificName 'Platynereis dumerilii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130417'^^xsd:integer;
  dwc:aphiaIdAccepted '130417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29236'^^xsd:integer;
  dwc:scientificName 'Eunice torquata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 13.79.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130066'^^xsd:integer;
  dwc:aphiaIdAccepted '742177'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29250'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 37.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29261'^^xsd:integer;
  dwc:scientificName 'Marphysa fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 11.11.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130073'^^xsd:integer;
  dwc:aphiaIdAccepted '1305582'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29043'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29046'^^xsd:integer;
  dwc:scientificName 'Laetmonice hystrix'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 35.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129845'^^xsd:integer;
  dwc:aphiaIdAccepted '129845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29052'^^xsd:integer;
  dwc:scientificName 'Pontogenia chrysocoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129848'^^xsd:integer;
  dwc:aphiaIdAccepted '129848'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29279'^^xsd:integer;
  dwc:scientificName 'Lumbrineris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 80.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129337'^^xsd:integer;
  dwc:aphiaIdAccepted '129337'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29287'^^xsd:integer;
  dwc:scientificName 'Lumbrineris funchalensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155407'^^xsd:integer;
  dwc:aphiaIdAccepted '130262'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29295'^^xsd:integer;
  dwc:scientificName 'Arabella iricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129854'^^xsd:integer;
  dwc:aphiaIdAccepted '129854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29306'^^xsd:integer;
  dwc:scientificName 'Laonice cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131128'^^xsd:integer;
  dwc:aphiaIdAccepted '131128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29332'^^xsd:integer;
  dwc:scientificName 'Eupolymnia nebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131489'^^xsd:integer;
  dwc:aphiaIdAccepted '131489'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29347'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29360'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29375'^^xsd:integer;
  dwc:scientificName 'Vermiliopsis labiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131059'^^xsd:integer;
  dwc:aphiaIdAccepted '131059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29381'^^xsd:integer;
  dwc:scientificName 'Janita fimbriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '394259'^^xsd:integer;
  dwc:aphiaIdAccepted '131016'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29058'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 37.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29060'^^xsd:integer;
  dwc:scientificName 'Polynoinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155091'^^xsd:integer;
  dwc:aphiaIdAccepted '155091'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29071'^^xsd:integer;
  dwc:scientificName 'Harmothoe fraser-thomsoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.45.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130764'^^xsd:integer;
  dwc:aphiaIdAccepted '130764'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29088'^^xsd:integer;
  dwc:scientificName 'Thalenessa dendrolepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334916'^^xsd:integer;
  dwc:aphiaIdAccepted '131064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29096'^^xsd:integer;
  dwc:scientificName 'Hermodice carunculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129831'^^xsd:integer;
  dwc:aphiaIdAccepted '129831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29101'^^xsd:integer;
  dwc:scientificName 'Phyllodocinae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 9.52.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '155424'^^xsd:integer;
  dwc:aphiaIdAccepted '155424'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Mud" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29107'^^xsd:integer;
  dwc:scientificName 'Anaitides madeirensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Mud'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 14.29.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '174190'^^xsd:integer;
  dwc:aphiaIdAccepted '130677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29117'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29128'^^xsd:integer;
  dwc:scientificName 'Haplosyllis spongicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 10.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '131321'^^xsd:integer;
  dwc:aphiaIdAccepted '131321'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29138'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 5.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29150'^^xsd:integer;
  dwc:scientificName 'Nereis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129379'^^xsd:integer;
  dwc:aphiaIdAccepted '129379'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "I - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29158'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'I - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 25.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29164'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29175'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 4.76.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29191'^^xsd:integer;
  dwc:scientificName 'Glycera tesselata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 44.44.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130128'^^xsd:integer;
  dwc:aphiaIdAccepted '130128'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29205'^^xsd:integer;
  dwc:scientificName 'Hyalinoecia bilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 3.03.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '152256'^^xsd:integer;
  dwc:aphiaIdAccepted '130452'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29217'^^xsd:integer;
  dwc:scientificName 'Eunice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '129278'^^xsd:integer;
  dwc:aphiaIdAccepted '129278'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29228'^^xsd:integer;
  dwc:scientificName 'Eunice schizobranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 12.50.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130064'^^xsd:integer;
  dwc:aphiaIdAccepted '130064'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "IV - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29242'^^xsd:integer;
  dwc:scientificName 'Eunice vittata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'IV - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 66.67.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130067'^^xsd:integer;
  dwc:aphiaIdAccepted '130067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29255'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 17.24.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "II - Detritus" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29267'^^xsd:integer;
  dwc:scientificName 'Nematonereis hebes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'II - Detritus'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 6.90.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '329485'^^xsd:integer;
  dwc:aphiaIdAccepted '742228'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  dwc:decimalLatitude "39.87"^^xsd:decimal ;
  dwc:decimalLongitude "16.74"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (39.87 16.74)"^^geo:wktLiteral ;
  geo-pos:lat "39.87"^^xsd:decimal ;
  geo-pos:long "16.74"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "III - Coralligenous" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '29271'^^xsd:integer;
  dwc:scientificName 'Palolo siciliensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'III - Coralligenous'^^xsd:string;
  dwc:longitude '16.74'^^xsd:double;
  dwc:latitude '39.87'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:occurrenceRemarks 'Frequency = 20.00.  Frequency = n/N x 100, where n = number of samples in which the species is present and N = total number of samples of the population collected.'^^xsd:string;
  dwc:aphiaid '334329'^^xsd:integer;
  dwc:aphiaIdAccepted '130078'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10196'^^xsd:integer;
  dwc:scientificName 'Caryophyllia calveri'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '135137'^^xsd:integer;
  dwc:aphiaIdAccepted '135137'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10197'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10767'^^xsd:integer;
  dwc:scientificName 'Scyphozoa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:occurrenceRemarks 'Possibly a species of Nausithoe'^^xsd:string;
  dwc:aphiaid '135220'^^xsd:integer;
  dwc:aphiaIdAccepted '135220'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10768'^^xsd:integer;
  dwc:scientificName 'Zooantharia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:occurrenceRemarks '2 species'^^xsd:string;
  dwc:aphiaid '1364'^^xsd:integer;
  dwc:aphiaIdAccepted '1340'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10769'^^xsd:integer;
  dwc:scientificName 'Antipatharia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '22549'^^xsd:integer;
  dwc:aphiaIdAccepted '22549'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10770'^^xsd:integer;
  dwc:scientificName 'Fish'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '10329'^^xsd:integer;
  dwc:aphiaIdAccepted '154247'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10771'^^xsd:integer;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10772'^^xsd:integer;
  dwc:scientificName 'Foraminifera'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '1410'^^xsd:integer;
  dwc:aphiaIdAccepted '1410'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '10773'^^xsd:integer;
  dwc:scientificName 'Zooantharia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '1364'^^xsd:integer;
  dwc:aphiaIdAccepted '1340'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9991'^^xsd:integer;
  dwc:scientificName 'Apionsoma murinae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '424977'^^xsd:integer;
  dwc:aphiaIdAccepted '136077'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9992'^^xsd:integer;
  dwc:scientificName 'Aristaeomorpha foliacea'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '158326'^^xsd:integer;
  dwc:aphiaIdAccepted '158326'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9993'^^xsd:integer;
  dwc:scientificName 'Aristeus antennatus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '107083'^^xsd:integer;
  dwc:aphiaIdAccepted '107083'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9994'^^xsd:integer;
  dwc:scientificName 'Plesionika martia'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '107661'^^xsd:integer;
  dwc:aphiaIdAccepted '107661'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9995'^^xsd:integer;
  dwc:scientificName 'Polycheles typhlops'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '107696'^^xsd:integer;
  dwc:aphiaIdAccepted '107696'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9977'^^xsd:integer;
  dwc:scientificName 'Desmophyllum dianthus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '135159'^^xsd:integer;
  dwc:aphiaIdAccepted '135159'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9978'^^xsd:integer;
  dwc:scientificName 'Acar scabra'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '744878'^^xsd:integer;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9979'^^xsd:integer;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9981'^^xsd:integer;
  dwc:scientificName 'Kelliella abyssicola'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '140158'^^xsd:integer;
  dwc:aphiaIdAccepted '152396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9982'^^xsd:integer;
  dwc:scientificName 'Microyoldia micrometrica'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9984'^^xsd:integer;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9985'^^xsd:integer;
  dwc:scientificName 'Pholoidae'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '941'^^xsd:integer;
  dwc:aphiaIdAccepted '941'^^xsd:integer;
  dwc:taxonRank '150'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9986'^^xsd:integer;
  dwc:scientificName 'Jasmineira caudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '130920'^^xsd:integer;
  dwc:aphiaIdAccepted '130920'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9987'^^xsd:integer;
  dwc:scientificName 'Filogranula caudata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9988'^^xsd:integer;
  dwc:scientificName 'Hyalopomatus variorugosus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '130996'^^xsd:integer;
  dwc:aphiaIdAccepted '130996'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9989'^^xsd:integer;
  dwc:scientificName 'Metavermilia multicristata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '131020'^^xsd:integer;
  dwc:aphiaIdAccepted '131020'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9973'^^xsd:integer;
  dwc:scientificName 'Hamacantha papillata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '133236'^^xsd:integer;
  dwc:aphiaIdAccepted '737992'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9974'^^xsd:integer;
  dwc:scientificName 'Rhizaxinella'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '132071'^^xsd:integer;
  dwc:aphiaIdAccepted '132071'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9975'^^xsd:integer;
  dwc:scientificName 'Kadophellia bathyalis'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9983'^^xsd:integer;
  dwc:scientificName 'Notolimea crassa'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '140246'^^xsd:integer;
  dwc:aphiaIdAccepted '156214'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9976'^^xsd:integer;
  dwc:scientificName 'Hoplostethus mediterraneus mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '159409'^^xsd:integer;
  dwc:aphiaIdAccepted '126404'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9980'^^xsd:integer;
  dwc:scientificName 'Cardiomya costellata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '139433'^^xsd:integer;
  dwc:aphiaIdAccepted '139433'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9990'^^xsd:integer;
  dwc:scientificName 'Semivermilia agglutinata'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '131042'^^xsd:integer;
  dwc:aphiaIdAccepted '131042'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/1988__>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/1988__> ;
  mr:hasGeometry <https://eurobis.org/id/point/1988__> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  dwc:decimalLatitude "33.71"^^xsd:decimal ;
  dwc:decimalLongitude "32.69"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "330"^^xsd:integer ;
  dwc:maximumDepthInMeters "350"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/1988__>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (33.71 32.69)"^^geo:wktLiteral ;
  geo-pos:lat "33.71"^^xsd:decimal ;
  geo-pos:long "32.69"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10000"^^xsd:integer .

<https://eurobis.org/id/occurrence/1988__>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/1988_> ;
  dwc:basisOfRecord "D" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/D> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2009-05-29'^^xsd:date;
  dwc:institutionCode 'SDSC'^^xsd:string;
  dwc:collectionCode 'SeamountsOnline'^^xsd:string;
  dwc:catalogNumber '9996'^^xsd:integer;
  dwc:scientificName 'Odontaster mediterraneus'^^xsd:string;
  dwc:basisOfRecord 'D'^^xsd:string;
  dwc:longitude '32.69'^^xsd:double;
  dwc:latitude '33.71'^^xsd:double;
  dwc:coordinatePrecision '10000'^^xsd:integer;
  dwc:minimumDepth '330'^^xsd:integer;
  dwc:maximumDepth '350'^^xsd:integer;
  dwc:aphiaid '124091'^^xsd:integer;
  dwc:aphiaIdAccepted '124091'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF